git clone https://github.com/Chandolkar001/boilerplate.git
simply run :
sh init.sh
This shall complete the setup for your project.. Happy Coding :)
1. pip install virtualenv
2. virtualenv ENV
3. ENV/scripts/activate
4. cd app
5. pip install -r requirements.txt
6. cd ..
7. cd frontend
8. npm i
9. DONE !
To build and run:
sh dockerinit.sh
To stop:
sh dockerstop.sh
Change directory to the location where docker-compose file is located.
1. docker-compose build
2. docker-compose up -d
To stop:
docker-compose down
Check localhost:3000 for react pages (frontend)
Check localhost:8000 for backend server