This project has been created as part of the 42 curriculum by ekanaeva, mszymcza, altoulle, aheisch.
The “Description” section should also contain a clear name for the project and its key features.
TODO
The “Instructions” section should mention all the needed prerequisites (software, tools, versions, configuration like .env setup, etc.), and step-by-step instructions to run the project.
- Docker 29.0.0 or Podman 5.7.1 (with podman aliased as docker)
cp .env.example .envand edit.envas necessary
make upto deploy the application
make devto start the development servermake seedto seed the databasemake checkto run CI checksmake formatto format the code
TODO
TODO
TODO
TODO
TODO
TODO
- Docker / Podman (containerization)
- Caddy (reverse proxy)
- Postgres (database)
- Garage (object storage)
- Bun (web application server)
- SvelteKit (full-stack framework)
- TailwindCSS (CSS framework)
- Drizzle (ORM)
TODO
TODO
TODO
TODO