Skip to content

akasranjan005/flask-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published