Skip to content

Basic Flask API template to setup quickly your projects, right to the code, using Flask, Flask-Mail, Threads and SQLAlchemy

Notifications You must be signed in to change notification settings

josethz00/flask_api_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

77 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Flask API template 🀯🀯🀯

This is a public repository with contents of Flask Web Development, here you will find examples applied in a Restful API, and a basic and flexible structure to start your Flask apps.

Steps to run this app πŸ‘‡πŸ‘‡πŸ‘‡


1- Cloning repo

$ git clone https://github.com/josethz00/flask_api_template

2- Enter in folder

$ cd server

3- Install the requirements

$ pip3 install -r requirements.txt

4- Start Flask server

$ python3 run.py

Check some default env variables (available on config/variables.py)

Env Variable Default Value
HOST '0.0.0.0'
PORT '8080'
DEBUG 'True'

About

Basic Flask API template to setup quickly your projects, right to the code, using Flask, Flask-Mail, Threads and SQLAlchemy

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages