From 496107219b348222ae83165e19557b0e3a3aebe3 Mon Sep 17 00:00:00 2001 From: Janis <40525401+janis-schanbacher@users.noreply.github.com> Date: Fri, 25 Sep 2020 18:38:12 +0200 Subject: [PATCH] Update readme --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index d5ec009..bc9e5da 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,16 @@ Teamtable is a project management web application made for the web development course at HTW Berlin by [Janis Schanbacher](https://github.com/janis-schanbacher) and [Florian Wolf](https://github.com/flo-wolf). This repository is the [Ruby on Rails](https://rubyonrails.org/) backend, which provides a RESTful API. The React frontend can be found [here](https://github.com/https://github.com/teamtable/teamtable) and tested at: [teamtable.io](http://teamtable.io). + +## Features + The following functionalities are implemented in the API +- User registration, e-mail confirmation, password reset +- Token authentication (using devise, devise-jwt), authorization +- Projects, lists, cards and tags +- Memberships and assignments +- Multilanguage + + ## Getting started ### Prerequisites @@ -47,15 +57,6 @@ This repository is the [Ruby on Rails](https://rubyonrails.org/) backend, which ``` -## Features - The following functionalities are implemented in the API -- User registration, e-mail confirmation, passwod reset -- Token authentication (using devise, devise-jwt), authorization -- Projects, lists, cards and tags -- Memberships and assignments -- Multilanguage - - ## Usage To use the application locally run `$ rails server -p 3001` and use the following request base URL: `http://localhost:3001`