Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ironvenom/book-review-app
Basic CRUD site made using Node, Express, MongoDB and Semantic-UI.
https://github.com/ironvenom/book-review-app
expressjs javascript mongodb nodejs restful-routing semantic-ui
Last synced: 2 months ago
JSON representation
Basic CRUD site made using Node, Express, MongoDB and Semantic-UI.
- Host: GitHub
- URL: https://github.com/ironvenom/book-review-app
- Owner: IronVenom
- Created: 2020-01-04T19:21:39.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T18:46:56.000Z (about 2 years ago)
- Last Synced: 2023-03-05T06:34:34.625Z (almost 2 years ago)
- Topics: expressjs, javascript, mongodb, nodejs, restful-routing, semantic-ui
- Language: HTML
- Homepage:
- Size: 3.34 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Book Review App
A RESTful Book Review App made using Express , Node.js and MongoDB on back end , with Semantic UI for front end design.* Index Page :
![Index](https://github.com/IronVenom/RESTful-Book-Review-App/blob/master/assets/Index.png)
* Show Page :
![Index](https://github.com/IronVenom/RESTful-Book-Review-App/blob/master/assets/Show.png)
* Edit and Delete :
![Index](https://github.com/IronVenom/RESTful-Book-Review-App/blob/master/assets/Edit%20and%20Delete.png)
![Index](https://github.com/IronVenom/RESTful-Book-Review-App/blob/master/assets/Update.png)
* New :
![Index](https://github.com/IronVenom/RESTful-Book-Review-App/blob/master/assets/New.png)