Skip to content

hameddhib/empty-flask-app-master

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Empty Flask App

This is an empty Flask app, using Blueprints, SQLAlchemy

Structure

.
├── config.py
├── app
│   ├── __init__.py
│   └── user├── user.py
│           └── __init__.py
│           └── model.py
│          
├── requirements.txt
└── run.py

Quick start

Install python version 2.7 or 3

Clone project from Git:

https://github.com/hameddhib/empty-flask-app-master.git

Navigate to flask folder:

cd empty-flask-app-master

Install requirements:

pip install -r requirements.txt

Running app

To start develoment server, run:

python ./run.py

Navigate to:

http://localhost:5000/user

About

empty flask using Blueprints and SQLAlchemy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages