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

Latest commit

 

History

History
executable file
·
32 lines (20 loc) · 513 Bytes

README.md

File metadata and controls

executable file
·
32 lines (20 loc) · 513 Bytes

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