Skip to content

bmlrb2xh/simple-flask-backend-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple flask backend api

My first attempt at making a well structured flask backend api.

Instructions for quick setup:

  1. Create and activate a python venv.
python -m venv venv
venv/Scripts/activate
  1. Install the dependencies with:
pip install -r setup/requirements.txt
  1. Create a .env file and paste the contents of .env.sample in it and set the settings.

About

A simple flask backend api that connects to a postgres database and manages a 'Users' table

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages