Skip to content

An Express.js app that adds, deletes, edits, and displays library catalog information such as books, authors, genres, and book copies from a MongoDB database.

Notifications You must be signed in to change notification settings

autumnchris/local-library-catalog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local Library Catalog

An Express.js app that adds, deletes, edits, and displays library catalog information such as books, authors, genres, and book copies from a MongoDB database.

Inspired by the Express 105: Forms and Deployment assignment as part of the curriculum for the NodeJS course on The Odin Project.


Built With

Demo

View project demo at https://autumnchris-local-library-catalog.onrender.com/catalog.

Instructions

After forking and cloning, navigate to the repository in your command line and install the NPM packages:

npm install

Run the following script in your command line if starting the repository in development mode:

npm run dev

Run the following script in your command line if starting the repository in production mode:

npm start

Once the server is running, go to http://localhost:3000 in your browser.