Skip to content

pnvsrinivas/djangular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Django - Angular Authentication Demo Application

Installation

git clone https://github.com/pnvsrinivas/djangular.git

Setup APIs

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

Setup UI

cd djangular\spa

npm install

ng serve

This server will be running on http://127.0.0.1:4205

Versions

Python 3.7

Angular 11

nodejs v12.18.4

npm 6.14.6

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published