Animal Server Challenges Starter Repository

This is the starter repository for a set of challenges for students going through the Web Development Course at Eleven Fifty Academy. This starter repository and its challenges are meant to help students gain a better understanding of PostgreSQL, Sequelize, and Express.

Instructions

In the terminal or powershell, type git clone followed by the HTTPS URL for this remote repository.

Next, step into the newly cloned directory.

After this, run npm install in the terminal/powershell in order to install the dependencies indicated in the package.json.

Modify the database connection URL to include your password and set up the database in pgAdmin.

Finally, type npm run dev or nodemon to start the application.