Install my-project with npm
Make sure you have already installed Python & Node.js .
Then :
git clone https://github.com/AjabOSS/django-reactTo run the backend server you need a virtual env. For installing one just use :
pip install virtualenvAfter that, head over to the project's directory and run :
py -m venv envand go to /env/Scripts/activate => cd ../.. :
pip install -r requirements.txtTo set up the database run:
python manage.py makemigrations
python manage.py migrateAnd finally to run backend server:
python manage.py runserver cd frontend
npm i
npm run devContributions are always welcome!
See contributing.md for ways to get started.
Please adhere to this project's code of conduct.
