Our marketplace app is a platform that connects coffee farmers and exporters with potential buyers worldwide.
Live Demo Kofi Maketples
- Node.js v18.3.0 or later
- Express v4.18.2 or later
- Mongoose 7.2.0 or later
- Clone this repository
- Change directory into
server/
andclient/
- Install dependencies with
npm install
- Create a
.env
file and create environment variable as shown in theexample.env
file. - Start the server with
npm start