- Introduction
- Quick Start
- Technologies Used
- Deployment
- Contributors
a distributed online marketplace system that rely on a distributed database model.
Add your MONGO_URI to the default.json file. Make sure you set an env var for that and the jwtSecret on deployment.
# Install dependencies for client
npm run client-install
# Run the React client only
npm run client
# Install dependencies for server
npm install
# Run the Express server only
npm run server
# Server runs on http://localhost:5000 and client on http://localhost:3000
- ReactJS
- React Hooks
- Redux
- react-router-dom
- sass
- axios
- NodeJS
- ExpressJS
- MongoDB
- Mongoose
- Dotenv
- Morgan
Abdulrahman Mamdouh, Antoine Zakaria, Mahmoud Essam, Marwan Emad Mourad, Marwan Mohamed, Salma Ehab
1.0.0
This project is licensed under the MIT License