Skip to content

ondiekelijah/User-Authentication-in-Flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8bd24e0 · Apr 28, 2023

History

13 Commits
Oct 28, 2021
Oct 30, 2021
Oct 30, 2021
Oct 28, 2021
Oct 31, 2021
Oct 30, 2021
Apr 28, 2023
Oct 30, 2021
Oct 30, 2021
Oct 28, 2021
Oct 30, 2021
Oct 28, 2021
Oct 30, 2021
Oct 28, 2021

Repository files navigation

User-Authentication-in-Flask

Set up & Installation.

1 .Clone/Fork the git repo and create an environment

Windows

git clone https://github.com/Dev-Elie/User-Authentication-in-Flask.git
cd User-Authentication-in-Flask
py -3 -m venv venv

macOS/Linux

git clone https://github.com/Dev-Elie/User-Authentication-in-Flask.git
cd User-Authentication-in-Flask
python3 -m venv venv

2 .Activate the environment

Windows

venv\Scripts\activate

macOS/Linux

. venv/bin/activate or source venv/bin/activate

3 .Install the requirements

Applies for windows/macOS/Linux

pip install -r requirements.txt

4 .Migrate/Create a database

python manage.py

5. Run the application

For linux and macOS Make the run file executable by running the code

chmod 777 run

Then start the application by executing the run file

./run

On windows

set FLASK_APP=routes
flask run
Login Register
Sample Sample

Follow me on Twitter

dev_elie

Releases

No releases published

Packages

No packages published