Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hariclerry/book-management-api
A book management API built using Nodejs, Expressjs and MongoDB
https://github.com/hariclerry/book-management-api
expressjs javascript mongodb nodejs
Last synced: 1 day ago
JSON representation
A book management API built using Nodejs, Expressjs and MongoDB
- Host: GitHub
- URL: https://github.com/hariclerry/book-management-api
- Owner: hariclerry
- Created: 2020-05-26T17:54:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-11T12:22:13.000Z (about 2 years ago)
- Last Synced: 2023-03-04T09:12:58.267Z (almost 2 years ago)
- Topics: expressjs, javascript, mongodb, nodejs
- Language: JavaScript
- Homepage:
- Size: 2.06 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Book Management API
Book Management APP is a system that creates and stores books.
### FEATURES
With Book Management APP you can:
* Create a user account
* Login into the user account
* Add books
* view a list of all books
* Update a book
* Delete a book### Requirements
* Node v10.0.0
* Express framework
* MongoDB and Mongoose### Installation
1. Clone the repository
* See the ```.env-example``` file for the required env2. Install dependencies
```npm install```3. Run app
```npm start```4. To build the app
```npm run build```### Checkout the live app on heroku
- https://book-management-sys.herokuapp.com/### API Documentation with POSTMAN
- https://documenter.getpostman.com/view/7685332/SztEYkyuThe API is written in Node.Js using the Express framework and mongoDB as the database dialect.