Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Saphyel/recipes

Repository files navigation

Fantasy recipes

Getting Started

Prerequisites

Requirements:

  • Docker-compose

Optional:

  • Postman/Insomnia/curl
  • Heroku CLI

Start the project

Create .env file with:

DATABASE_URL=postgresql://postgres:password@db:5432/postgres

Inside the container execute:

pdm install  # or pdm install --prod

For setting up the database run: alembic upgrade head

License

This project is licensed under the MIT License - see the LICENSE file for details