Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask-boilerplate

Boilerplate template for a API with Python and Flask

Quick start

Clone the repository

$ git clone https://github.com/anhurtadop/flask-boilerplate.git
$ cd flask-boilerplate

Create a .env file

$ cp .env.example .env

Note: Remember not included this file in your repository

Initialize and activate a virtual environment

$ python -m venv ENVIRONMENT-NAME
$ source ENVIRONMENT-NAME/bin/activate

Install dependencies

$ pip install -r requirements.txt

Run the development server

$ python index.py

Check the development server

Navigate to http://localhost:9000/api/v1/index/

About

Boilerplate for a API with Python and Flask

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages