Skip to content

mehmeteminsalim/hockeyStack-take-home

Repository files navigation

Local Library

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.

Quick Start

To get this project up and running locally on your computer:

  1. Set up a Node.js development environment and install nodemon globally.
  2. Fork this repository.
  3. Once you have the files in your local environment, enter the following commands in the root of your repo:
    npm install
    nodemon app.js
    
  4. 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published