NODE MONGODB PUG EXPRESSJS
HOME | https://node-express-library-app.herokuapp.com/ |
---|---|
Note: The node-express-library is kind of library book management system with almost all features & CRUD
npm install
npm run serverstart
catalog/
— The home/index page.catalog//
— The list of all books, bookinstances, genres, or authors (e.g. /catalog/books/
, /catalog/genres/
, etc.)catalog//**
— The detail page for a specific book, bookinstance, genre, or author with the given*_id*
field value (e.g./catalog/book/584493c1f4887f06c0e67d37)
.catalog//create
— The form to create a new book, bookinstance, genre, or author (e.g./catalog/book/create)
.catalog//**/update
— The form to update a specific book, bookinstance, genre, or author with the given*_id*
field value (e.g./catalog/book/584493c1f4887f06c0e67d37/update)
.catalog//**/delete
— The form to delete a specific book, bookinstance, genre, author with the given*_id*
field value (e.g./catalog/book/584493c1f4887f06c0e67d37/delete)
.
Give a ⭐️ if you like it!
Made with ❤️ by Syed Simanta