Skip to content

In this repo, I created login and registration system in flask.

Notifications You must be signed in to change notification settings

rahulcs754/Flask-Login-registeration-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Login and Registeration System

In this repo, I created login and registration system in flask.

Usage

You can clone the project and run the following command to install:

$ git clone https://github.com/rahulcs754/Flask-Login-registeration-system.git

I consider, You have already installed virtualenv and pip.

First of all, create a virtualenv in a working directory

$ virtualenv virtualenv_name

after that you have to activate virtualenv machine by using the below command

#In linux

$ source virtualenv_name/bin/activate

#In Windows

$ source virtualenv_name/Scripts/activate

#saving list of dependencies to file

pip install -r requirements.txt

run main file

$ python app.py

Note : Make sure you cd into the Project Folder folder before performing the command above.

Stack

python3