Skip to content

kevinr1299/fastAPI-introduction

Repository files navigation

Grader

First time setup

To install the project do the following steps:

  1. Install the project dependencies with pipenv install --dev
  2. Copy .env.example to .env
  3. Create the docker containers with docker-compose build
  4. Create the database for the first time with docker-compose up db
  5. Run the whole project again with docker-compose up, migrations and seeding will be run when staring up the project

Other commands

  • To apply migrations run docker-compose run web alembic upgrade head
  • To run on local (without docker) run first pip install -e . and later alembic upgrade head

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published