- Toggle between html view or JSON view of the tasks.
- Easy to perform CRUD operations on tasks.
- Secure User registration and login system with password hashing.
- Rate Limiting.
THIS API HAS BEEN HOSTED IN https://task-hub-jade.vercel.app/ (does not work though idk why and im fixing it)
- Make sure you have python and git installed on your machine.
- Open terminal and use
cdcommand to switch to a preferable working diirectory(Desktop/ or Documents/). - In the terminal, paste this command:
git clone https://github.com/dinuhifi/delta-R2.gitand run it. - Again, use
cdcommand to change the current working directory to the folder that we have just cloned. - Type
pip install -r requirements.txtin the terminal to install all the dependencies that are needed for the app to run. - Now, type
python -m appto run the app or alternatively, openapp.pyfile and run it. - Open any browser and type
127.0.0.1:5000/and hit enter to start using the API.