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
- Host: GitHub
- URL: https://github.com/bapjiws/todo-priority-list
- Owner: bapjiws
- Created: 2017-07-03T12:16:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-04T09:05:46.000Z (almost 8 years ago)
- Last Synced: 2025-01-28T16:44:15.317Z (5 months ago)
- Topics: django, enzyme, javascript, jest, makefile, nock, postgresql, python, react-bootstrap, reactjs, redux, webpack, yarn
- Language: JavaScript
- Homepage:
- Size: 72.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```