Market Place Web Site for Fx31 Labs is a marketplace application designed for buying and selling services prvide by company. Admin can sign up to advertise their service, and user can contact sellers for more information or to make purchases, add service to their Wishlist, archive old listings, and unarchive them when needed.
In addition to this marketplace also offers various services provided by the company, with detailed information such as duration, price, tech stack, and other relevant details.
- MERN (MongoDB, Express.js, React, and Node.js) Solution stack;
- Cloudinary as a file storage cloud API;
- Unsplash as image provider;
- React-Bootstrap;
- Responsive Design;
- UX & UI;
- Validation and error handling.
- Install MongoDB
- Navigate to server folder
cd server
- Install all needed packages
npm install
- Run the server
npm start
The server will run on http://localhost:5000/
- Navigate to client (react) folder
cd client
- Install all needed packages
npm install
- And run the application
npm start
The app will run on http://localhost:3000/