Visit Client Side Code and Server Side Code
View Project from here 👉 Riders-Paradise
- This app is created by ReactJS
- Users can order products and manage them. They can write reviews to the site and send messages to admins.
- Admin can add and manage products. He is also able to see and manage users' orders and messages.
- Admin Panel added
- 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 and server url 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 - For production build, run
npm run build