An open API service indexing awesome lists of open source software.

https://github.com/bapjiws/todo-priority-list

React/Redux + Bootstrap + Python/Django
https://github.com/bapjiws/todo-priority-list

django enzyme javascript jest makefile nock postgresql python react-bootstrap reactjs redux webpack yarn

Last synced: 3 months ago
JSON representation

React/Redux + Bootstrap + Python/Django

Awesome Lists containing this project

README

        

- 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```