Skip to content

codezeit/Komplano

Repository files navigation

Komplano

Build Status

Use cases

  • Chores planner (MVP)
  • Shopping list
  • Budget tracking
  • Calendar
  • Notes(?)

Technology stack

API

  • FastAPI
  • PostgreSQL
  • SQLAlchemy/psycopg/Alembic?

Client

  • Angular?

Development

Requirements

Setup

# create .env file (e.g., by renaming .env.sample)

# Start the database
docker-compose up -d
## alternatively, use
docker compose up -d

# Install dependencies
pipenv install

# Switch to pipenv shell
pipenv shell

# Start app
uvicorn app.main:app --reload

Running tests

python -m pytest app/tests --envfile .test.env

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published