Live Links:
Features:
- Service List
- Clients Feedback
- Login using Google
- Separate Dashboard options for Admin and Normal User
- Admin Can Add/Edit Services
- Users can give review
- User can oder a service online
- Single Page Application
Technology Used-Backend:
- Node.Js
- Express.Js
- MongoDB
- Mongoose.Js
- Deployed to Heroku
Technology Used-Frontend:
- JavaScript
- React.Js
- Firebase Login
- React Bootstrap
- React Router
- React Multi Carousel
- Deployed to Netlify
How to Run
First, Clone the Repository.
Backend:
cd fixman-backend
npm install
# installing the dependenciesnode server.js
Backend:
cd fixman-frontend
npm install
# installing the dependenciesnpm start