Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/saeedezzati/reang

REACT + Django starter
https://github.com/saeedezzati/reang

Last synced: 6 days ago
JSON representation

REACT + Django starter

Awesome Lists containing this project

README

        

BACKEND:
- cd reang/backend
- run 'pip3 install -r requirements.txt' [If you don't have Python ^3.0 you need to install it first]
- python manage.py makemigrations
- python manage.py migrate
- python manage.py createsuperuser [create a super user account]
- run 'python manage.py runserver'
- go to http://127.0.0.1:3000/admin and login with the created account

DATABASE:

FRONTEND:
- cd reang/frontend
- npm install
- npm run dev
- go to http://127.0.0.1:3030/