https://github.com/ajaykumar2pp/bookstore-app-nodejs
Book Store simple RESTful API that performs CRUD (Create, Read, Update, Delete) operations on a collection in a MongoDB database
https://github.com/ajaykumar2pp/bookstore-app-nodejs
dotenv ejs express mongoose nodejs winston
Last synced: 2 months ago
JSON representation
Book Store simple RESTful API that performs CRUD (Create, Read, Update, Delete) operations on a collection in a MongoDB database
- Host: GitHub
- URL: https://github.com/ajaykumar2pp/bookstore-app-nodejs
- Owner: ajaykumar2pp
- Created: 2023-06-20T06:12:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T02:14:37.000Z (almost 2 years ago)
- Last Synced: 2025-01-22T08:15:36.665Z (4 months ago)
- Topics: dotenv, ejs, express, mongoose, nodejs, winston
- Language: JavaScript
- Homepage:
- Size: 37.1 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bookstore-App-Nodejs 🚀
## ⭐ Introduction
Book Store is a simple RESTful API that performs CRUD (Create, Read, Update, Delete) operations on a collection in a MongoDB database
## Features ( API’s Test using Postman )
- Create a book
- Update a book
- Get a single book
- Get all book
- Delete a book
### `Run my project`
```shell
npm install
npm start
Open [http://localhost:2000] view .
```## Packages Install
- body-parser
- dotenv
- ejs
- express
- winston
- mongoose
- nodemon
## Important End points of the API
## 💻
### Create a Book

### Get All Book

### Get a Single Book

### Update a Book

### Delete a Book
