Skip to content

Taskido is a todolist API with the most basic features of most Web Apps, i.e. accounts/login, API, etc

License

Notifications You must be signed in to change notification settings

qinyanjuidavid/Taskido

Repository files navigation

Taskido❤️

Steps to install and run in local system 🚀🚀🚀

  • Create a virtual environment python -m venv <env_name>
  • Activate virtual environment source <env_name>/bin/activate
  • Install requirements in venv pip install -r requirements.txt
  • Make migrations python manage.py makemigrations
  • Apply migrations python manage.py migrate
  • Create a super user python manage.py createsuperuser
  • Run the server python manage.py runserver

About

Taskido is a todolist API with the most basic features of most Web Apps, i.e. accounts/login, API, etc

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published