/task-manage-app

This is a web app in which you can create your tasks and track them to make your day productive.

Primary LanguagePython

Task Manage App

Login Homepage Create task

About this project

This program is made with React.js and Django. Although, the react code is not here, it is in compiled form present in build folder. The django code is all here. You can check and try this project.

How to run this project ?

  1. Extract the files.
  2. You will see two folders, one is api and another is venv.
  3. Just open the terminal in the same folder and run command " source venv/Scripts/activate"
  4. This will activate the virtual enviroment.
  5. If this not works then grab that requirements.txt file in your current folder.
  6. run the command " pip install -r requirements.txt "
  7. This will install all the required packages.
  8. Go to the folder api, there just run the command "python3 manage.py makemigrations"
  9. Then run command "python3 manage.py migrate"
  10. Then run "python3 manage.py runserver"
  11. Now, open your browser and go to "127.0.0.1:8000"
  12. You will see the project running.