Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/csahu14/booklist
https://github.com/csahu14/booklist
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/csahu14/booklist
- Owner: cSahu14
- Created: 2022-04-11T10:38:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-11T11:25:54.000Z (over 2 years ago)
- Last Synced: 2023-03-10T11:08:22.585Z (almost 2 years ago)
- Language: JavaScript
- Size: 215 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bookList
Add book to backend and show the book list
## Installation
Use the package manager npm
```bash
npm i
```## server
```
nodemon server.js
```
## frontend```
npm start
```
## UI## Screenshots
Add Books![App Screenshot](https://github.com/cSahu14/bookList/blob/main/Screenshot%20(1006).png?raw=true)
Book list page
![App Screenshot](https://github.com/cSahu14/bookList/blob/main/Screenshot%20(1007).png?raw=true)