Visit Client Side Code and Server Side Code
View Project from here 👉 Jadoo-Travel
- This app is created by ReactJS
- Users can order services and manage them. They can manage others users’ orders and add another service
- Used mongoDb as noSQL database for storing data
- Used node and express as server for send request from client side to database using server
- Font Awesome Icon Pack Used ❤
- React Router Used 🔥
- Axios Used 🔥
- React Hook Form Used
- Bootstrap Used
- Firebase authentication used
- Responsive for all device
- You can't visit the private route without login to the site.
- Clone Client Side Code and Server Side Code and run
npm install
in terminal - Add your firebase configuration in
.env.local
file in client side and runnpm start
in client side terminal - Add your db configuration in
.env
file in server side code and runnpm run start-dev
in server side terminal - Replace
https://ancient-brook-62418.herokuapp.com/
withhttp://localhost:5000/
in client side code - For production build, run
npm run build