bobpx5 / flask-login

Flask Login Boilerplate to have a ready web app with user authentication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask Login Boilerplate

Flask Login Boilerplate to have a ready web app with user authentication.

Technologies

Deployment

Virtual Environment using Bash

  1. Creation of a virtual environments done by executing the command venv
  2. Command to activate virtual environment
  3. Install dependencies
  4. List the libraries installed on your environment
  5. Do your work!
  6. When you are done, the command to deactivate virtual environment
$ python3 -m venv env/
$ source env/bin/activate
(env) $ pip install -r requirements.txt
(env) $ pip freeze
(env) $ ...
(env) $ deactivate

About

Flask Login Boilerplate to have a ready web app with user authentication


Languages

Language:HTML 66.1%Language:Python 33.9%