git clone https://github.com/pnvsrinivas/djangular.git
cd djangular\apis
python -m venv .venv
.venv\Scripts\activate
pip install -r requirements.txt
bash setup.sh
bash runserver.sh
The server will be running on http://127.0.0.1:8005
cd djangular\spa
npm install
ng serve
This server will be running on http://127.0.0.1:4205
Python 3.7
Angular 11
nodejs v12.18.4
npm 6.14.6