A live demo of the project can be viewed here.
You can log in using the username test and the password password
- clone the repo
- install the dependencies with
npm run i - create a .env file and add the url to your postgres database. the .env.example file shows you what it should look like
- You will also need to request an API key from the Harvard Art Museums' website, and add your key to your .env file. refer to the .env.example file for what this should look like.
- set up your database with
npm run db:pushthen runnpm run db:migrate - once the changes have been successfully applied, start the server with
npm run dev -- --open