-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,23 @@ | ||
# Todo-App | ||
TODO-App [React | DRF] | ||
# BeBetter-ToDo | ||
#### ToDo-App — Task Management Startup on Django REST Framework & React.js [Teamwork] | ||
|
||
ToDo API application made in a team. The client side is written on React, the server side on Django REST Framework. | ||
In application has created user registration/authorization (JWT), user-profile-settings. The user can create a list of tasks, give them labels, delete, change and much more. | ||
OAuth 2.0 added. For storage using MySQL. | ||
|
||
#### Stack: | ||
- JavaScript | ||
- React.js | ||
- HTML / CSS | ||
- Python | ||
- Django | ||
- Dajngo REST Framework | ||
- MySQL | ||
- Docker | ||
- Swagger | ||
|
||
Additional libraries are specified in the `requirements.txt` file. | ||
|
||
## Project Setup on Windows | ||
|
||
### - In development... |