A community for record enthusiasts to review their favorite albums.
- Clone the repository
- Install your dependencies:
npm install
- Create your database:
npm run db:create
- Load the schema and seed data:
npm run db:reset
- Create a
.env
file and copy and paste the content of the.env.template
file and insert your own environment variables. - Run the server:
npm run dev