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

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

Awesome Lists containing this project

README

        


Django + React School System for DEV and DO Hackathon

This 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