A basic Express website developed as a tutorial example on the Mozilla Developer Network.
- A user can get a list of authors, books, book instances (book availability), and genres.
- A user can get a single author, book, book instance, or genre.
- A user can create a new author, book, book instance, or genre.
- A user can delete authors.
- A user can update books.
You can get a local copy of the repository please run the following commands on your terminal:
$ cd <folder>
$ git clone git@github.com:dansantander/locallibrary.git
$ npm install
$ npm start
- Express JS
- Node JS
- Mongoose
- Nodemon
- Pug
Contributions, issues and feature requests are welcome!
You can do it on issues page.
Special thanks to code reviewers.
Give a ⭐️ if you like this project!
👤 Daniel Santander
- Github: @dansantander
- Linkedin: Daniel Santander
- Twitter: @dansantandr
Creative Commons 2020
