Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.
/ LoginPage-Flask Public archive

Login/Signup Page using Flask for AnimalFunk Site [Made Up]

Notifications You must be signed in to change notification settings

lemokami/LoginPage-Flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Animal Funk [Login/Signup Page]

Prerequisites :

  1. Python 3
  2. An Editor(Vscode/Pycharm ...)

Installation

Make a virtual Environment

python -m venv env_name

Activating the Environment

source env_name/bin/activate

Installing required packages

pip install -r requirements.txt

Making a Database

Start Python IDLE

python

In the python IDLE

from app import db
db.create_all()

Running the server

Enter the project folder and run (should be in the environment)

flask run

Deactivating the Environment

deactivate

About

Login/Signup Page using Flask for AnimalFunk Site [Made Up]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published