Skip to content

artinmohajeri/React-Django-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music Controller App

I have used Reactjs and materialUI for the frontend and django and rest_framework for the api and backend

This project is a practice and it may not be industry-standard.

redLine

follow these comands to run the project πŸ‘‡

make a virtualenv πŸ‘‡

python -m venv venv

activate the virtualenvπŸ‘‡

venv\Scripts\activate

install django packages πŸ‘‡

pip install -r requirements.txt

do the migration part πŸ‘‡

python manage.py makemigrations
python manage.py migrate

run the django server πŸ‘‡

python manage.py runserver

move to the frontend directory πŸ‘‡

cd frontend

install react and related packages πŸ‘‡

npm i

compile the frontend and run πŸ‘‡

npm run build

or for development πŸ‘‡

npm run dev

greenLine

Screenshot (200) Screenshot (201) Screenshot (202) Screenshot (203)