Skip to content

royrwood/Flask_Hello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Flask_Hello

This is just a simple Flask application.

It demonstrates how to structure a Flask-REST app in a reasonable way, and how to use SQLAlchemy in the app.

The general structure is:

.
├── run.py
│
├── hello
│   ├── __init__.py
│   ├── app.py
│   ├── models
│   │   ├── __init__.py
│   │   └── people.py
│   └── resources
│       ├── __init__.py
│       └── endpoints.py

.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published