Prerequisites: Ensure you have docker installed in your system
- Clone the project
- cd into the project directory
- run
docker compose build
- run
docker compose up
- Make requests through the server url http://127.0.0.1:8000/
- See the API_DOCUMENTATION.md file for API endpoints documentation
- All routes (endpoints) are protected except
-
- http://127.0.0.1:8000/api/users/create/ - for new user
- http://127.0.0.1:8000/api/users/login/ - for login
-
websocket Url = ws://127.0.0.1:8001/ws/tasks/