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: 4 months 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 (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-02T16:29:21.000Z (7 months ago)
- Last Synced: 2025-02-02T03:44:34.924Z (5 months 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:
   
## 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
```