Skip to content

Latest commit

 

History

26 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask-template

generic flask template with important hackathon components

Directory Structure

├── Dockerfile
├── LICENSE
├── README.md
├── src
│   ├── app
│   │   ├── __init__.py
│   ├── config
│   │   ├── __init__.py
│   ├── docs
│   ├── main.py
│   ├── middleware
│   │   └── __init__.py
│   ├── requirements.txt
│   ├── routes
│   │   ├── hello_world.py
│   │   ├── __init__.py
│   ├── scripts
│   └── utils
│       └── __init__.py
└── supervisord.conf

Contribution Guide

ToDo

Getting Started

  • How to use this repo

ToDo

  • Deploying your application

ToDo

Feedbacks

Feedbacks are always welcome. You can open an issue for any features addition, change suggestion or bug report.

About

generic flask template for making restful apis

Topics

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages