/locallibrary

Local library using express with pug and mongoDB

Primary LanguageJavaScript

locallibrary (Local Library)

This project creates a libary APP, using MondoDB and Express.


The goal is to build a full stack application and to deploy it. Using MongoDB for the library database and Express for the front (PUG) and back end. The App is rather simple. Allows you to see all the database entries, divided in Books, Author, Genre and Book-Instances. The user can create any of the mentioned entries, but the options to update or delete have been restricted.


This APP is a project based on the curriculum of The Odin Project (TOP)