https://github.com/yummyweb/django-react-school-system
Django school system built with just django tutorial for dev.to and digital ocean hackathon
https://github.com/yummyweb/django-react-school-system
Last synced: about 1 month ago
JSON representation
Django school system built with just django tutorial for dev.to and digital ocean hackathon
- Host: GitHub
- URL: https://github.com/yummyweb/django-react-school-system
- Owner: yummyweb
- Created: 2020-12-13T12:43:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-13T14:38:58.000Z (over 4 years ago)
- Last Synced: 2025-02-15T16:57:14.074Z (3 months ago)
- Language: JavaScript
- Size: 28.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Django + React School System for DEV and DO HackathonThis project is built with Django REST Framework and React along with Ant Design.
## Backend development workflow
```bash
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
```## Frontend development workflow
```bash
npm i
```## For deploying
```bash
npm run build
```## Blog post for this project