Skip to content

Sample boiler plate flask-angular-app for enterprise applications that used JWT based authentication. I didn't find any solution that properly distributed the files and folder and works perfectly, so I had to create my own

License

Notifications You must be signed in to change notification settings

sumansaurabh/flask-angular-jwt-boilerplate

Repository files navigation

This webapp requires these programs:

  • Python(shoud work for both Python 2 and 3)
  • pip
  • virtualenv
  • bower

Activate virtualenv

virtualenv venv source venv/bin/activate

Install all required Python libraries

pip install -r requirements.txt

Install all required JS libraries

cd static/ bower install

Enjoy!

About

Sample boiler plate flask-angular-app for enterprise applications that used JWT based authentication. I didn't find any solution that properly distributed the files and folder and works perfectly, so I had to create my own

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published