Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dluismendezpy/administrative-system-django-react
Administrative System using Django and ReactJS
https://github.com/dluismendezpy/administrative-system-django-react
api-rest django django-rest-framework reactjs
Last synced: about 1 month ago
JSON representation
Administrative System using Django and ReactJS
- Host: GitHub
- URL: https://github.com/dluismendezpy/administrative-system-django-react
- Owner: dluismendezpy
- License: apache-2.0
- Created: 2022-04-07T00:34:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-16T19:14:48.000Z (over 2 years ago)
- Last Synced: 2023-09-01T12:33:04.571Z (over 1 year ago)
- Topics: api-rest, django, django-rest-framework, reactjs
- Language: Python
- Homepage:
- Size: 776 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Administrative System
This app was build using Django Rest Framework on the backend and ReactJS on the frontend side.### Setup
#### -Step 1: clone repo
`https://github.com/dluismendezpy/administrative-system-django-react.git`
#### -Step 2: enviroment
Djangocd administrative_system/
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py runserverReact JS
cd system_app_front/
npm i#### Step 3: Open browser
Go to `http://localhost:8000/admin` for adminGot to `http://localhost:3000` for web frontend