Books Web App
click to expand
A Hack.Diversity mini-project that utilizations a MERN Stack development environment to create a web application that allows coffee shop customers to loan and return books.
✨ Demo ✨
Requirements of the project view page 3 for more details.
- Have a web page that allows customers to view a list of currently available books and allows them to borrow and return books
- Allow coffee shop employees to add new books and edit the book stock amount
- Add details page such as an image and book listing
- Obyat Abdelrahman | GitHub | LinkedIn
- Olubiyi Ojo | GitHub
- Dakotah Scalzi | GitHub
- Adalberto Souza | GitHub
- Myriam Iralien | GitHub
- Eliana Lopez | GitHub
- MongoDB persists the data
- Mongoose streamlines database interactions
- React displays the front end with
axiosto connect it to the back-end
Clone this repositiry
git clone https://github.com/obyat/books-webapp/.gitWithin the client directory
npm install cd into client directory and enter the command:
npm startThen cd into server directory and enter the command:
npm startIt should be running on http://localhost:3000 or https://birdbook.netlify.app/
Client side output
Server Running on Port: http://localhost:3000
Server side output
Server Running on Port: http://localhost:5000
image of the website demo
Book Schema
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator


