Node, Python, NPM package manager, Postgres
- clone the project using git command line.
git clone https://github.com/Dinuda/Django-React-Postgres-Authentication-Boilerplate.git .
cd backend
Windows
---------
python -m venv venv
venv\Scripts\activate
MACOS (M1)
----------
virtualenv venv
source venv/bin/activate
use pip3 if you are using python3.6 or higher.
pip install -r requirements.txt
python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py runserver
(open a new command process)
- Navigate to the root folder
- Key in
cd frontend
npm install
npm run start
make sure that both frontend and backend are running
- head over to
http://localhost:3000/
.gitignoreis placed seperately in backend and frontend folders