This is the repo of LUHack's Discord bot and Website.
You can visit the website at: https://scc-luhack.lancs.ac.uk
- Create a copy of
.env.example
as.env
and fill in the secrets
https://github.com/sdispater/poetry
poetry install
poetry run start_bot
poetry run uvicorn luhack_site.site:app
poetry run alembic revision --autogenerate -m "<description of schema change>"
poetry run alembic upgrade head
poetry run alembic current
- It should show a revision hash with
(head)
next to it if the db schema is up to data.
- uuid-ossp