Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/albinzayedrawan/lab11
- Owner: albinzayedrawan
- Created: 2024-12-02T16:18:54.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-02T16:29:21.000Z (about 1 month ago)
- Last Synced: 2024-12-02T17:33:04.022Z (about 1 month ago)
- Topics: api, backend, expressjs, library, mongodb, nodejs, postman
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```