This is a take-home project for engineering applicants at HockeyStack, inspired by MDN's tutorial.
This web application creates an online catalog for a small local library, where users can browse available books and manage their accounts.
To get this project up and running locally on your computer:
- Set up a Node.js development environment and install nodemon globally.
- Fork this repository.
- Once you have the files in your local environment, enter the following commands in the root of your repo:
npm install nodemon app.js
- Open http://localhost:3000/ to reach the library site.
Note: The library uses a default MongoDb database hosted on MongoDB Atlas. You should use a different database for your own code experiments.