This repository holds the source code for the final project of the class Web development
If you are cloning this repository for the first time, please do the following:
- Install NodeJS and pnpm
- Run
pnpm ito install dependencies - Set your
.envfile using the.env_exampletemplate. - (Optional) Install lazygit to trivialize git usage
- Run
pnpm dlx prisma migrate dev --name initto initialize the database
Please add your item using lazygit or manual commits and follow the commit conventions. This will help others be able to know what you have done during your time working with the repo.
Additionally, please consider adding few items at the time, going in slightly more details on what you have done. Doing this will help with rollbacks for mistakes you've made.