Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 306 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 306 Bytes

Slopes

Get on your skis, mountaineer!

Getting Started

Install the dependencies with poetry:

poetry install

Spin up a database (or configure one in .env) and sync your schema:

docker-compose up -d
poetry createdb

Then start your server:

poetry run runserver