This is a basic local library website that shows examples of different available features on Express.
It is built by following the tutorial example on the Mozilla Developer Network
- Express Application Generator tool to create a skeleton website and application
- Node.js as a server
- Mongodb as database to store website's data.
- Pug as a template ("views") to render the data as HTML to be displayed in the browser
- Heroku : Deploy the application to production
- nodemon to automatically restart the node application when file changes in the directory are detected
- List all books
- List all authors
- List all copies of a book
- List all exsiting genre
- Create new author-book-copy and genre
- Update exsiting author-book-copy and genre
- Delete exsiting author-book-copy and genre
- clone the repository
- run npm install
- run npm start and check 'localserver:3000' in your browser