Skip to content

Python API for cohost app: Python, Flask, Sqlalchemy, PostgreSQL

Notifications You must be signed in to change notification settings

maxkrieg/cohost

Repository files navigation

cohost api

This repo contains the backend API for cohost application. It is a python flask application with a PostgreSQL database.

Development

Start Postgres DB in docker

docker-compose up -d

Initialize database models

make resetdb

Start application in development mode

make run

About

Python API for cohost app: Python, Flask, Sqlalchemy, PostgreSQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published