Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/albinzayedrawan/lab11

A backend system for a fictional Book Club Library using Postman, Node.js, Express.js & MongoDB.
https://github.com/albinzayedrawan/lab11

api backend expressjs library mongodb nodejs postman

Last synced: about 1 month ago
JSON representation

A backend system for a fictional Book Club Library using Postman, Node.js, Express.js & MongoDB.

Awesome Lists containing this project

README

        

# Backend system for a fictional Book Club Library

The library uses an API that will allow members to view, add, update, and remove books from the collection.

## Technologies Used:

![NodeJS](https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge&logo=node.js&logoColor=white) ![Express.js](https://img.shields.io/badge/express.js-%23404d59.svg?style=for-the-badge&logo=express&logoColor=%2361DAFB) ![MongoDB](https://img.shields.io/badge/MongoDB-%234ea94b.svg?style=for-the-badge&logo=mongodb&logoColor=white) ![Postman](https://img.shields.io/badge/Postman-FF6C37?style=for-the-badge&logo=postman&logoColor=white)

## Instructions:

1. **Clone the Repository**
```bash
git clone https://github.com/albinzayedrawan/lab11.git
cd lab11
```

2. **Install Dependencies**
```bash
npm install
```

3. **Seed the Database**
```bash
node seed.js
```

4. **Run the Backend**
```bash
node index.js
```