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)