Skip to content

ds0nt/mentors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mentors

Backend for the Mentors app written using Python / Flask. Connects to a postgresql database. Has some migration logic and a mentors model for now.

Running on local

In the project's root directory run these commands

# create virtual environment
python3 -m venv .venv
. .venv/bin/activate

# install dependencies with pip
pip install -r requirements.txt

# run dev server
flask --app app run

Running in docker-compose

docker-compose build
docker-compose up

About

Flask backend for mentors app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published