Skip to content

bapjiws/todo-priority-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • To prepare the backend part of the project, run make prepare_backend
  • To set up the DB, run make prepare_db
  • To prepare the frontend part of the project, run make prepare_frontend
  • To run the project, run make run_project
  • To stop the project, run make stop_project