Skip to content

nknj/django-angular-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Token Authentication with Django

Tutorial here

First Run Instructions

Clone the repository: git clone https://github.com/nknj/django-angular-auth.git

Run it using the following commands:

  • backend
cd backend
mkvirtualenv your_virtual_env_name
pip install -r requirements.txt
chmod +x manage.py
./manage.py syncdb
./manage.py runserver 0.0.0.0:5000
  • frontend
cd frontend
npm install
bower install
grunt serve

About

A sample django angular app to showcase token authentication

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published