All Projects → nknj → django-angular-auth

nknj / django-angular-auth

Licence: MIT license
A sample django angular app to showcase token authentication

Programming Languages

ApacheConf
554 projects
javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
HTML
75241 projects
CSS
56736 projects

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].