Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saeedezzati/reang
REACT + Django starter
https://github.com/saeedezzati/reang
Last synced: 6 days ago
JSON representation
REACT + Django starter
- Host: GitHub
- URL: https://github.com/saeedezzati/reang
- Owner: saeedezzati
- Created: 2018-01-16T04:40:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T23:42:46.000Z (about 2 years ago)
- Last Synced: 2024-11-15T02:12:54.811Z (2 months ago)
- Language: JavaScript
- Size: 705 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
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 accountDATABASE:
FRONTEND:
- cd reang/frontend
- npm install
- npm run dev
- go to http://127.0.0.1:3030/