Light Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

cuchi/todo-flask-backend

Repository files navigation

Setup

Make sure you are using Python 3.9.1 with Poetry installed:

# Make sure your pyenv is updated:
cd $HOME/.pyenv/plugins/python-build/../.. && git pull && cd -

# Install and setup Python 3.9.1 with Poetry for this project:
pyenv install 3.9.1
pyenv local 3.9.1
pip install poetry

Then, you can install the project dependencies on its own vritual env:

poetry install

Finally, you can access it with the poetry shell command.

What's inside?

This project is built using:

  • Flask - web framework
  • PostgreSQL - relational database
  • SQLAlchemy - ORM
  • Alembic - database migrations
  • PyTest - unit & integration testing
  • Poetry - package management
  • docker-compose - local environment services

About

This project works as a template for applications with the Flask + SqlAlchemy stack

Resources

Readme

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors