It’s always nice to have a homecooked meal that is authentic and made in your own kitchen! This is a marketplace where you can book a chef in your area based on cuisine type and availability! Users will use this either for big events they host or small intimate family dinners when they want to try out a new cuisine.
• DEMO
• MERN (MongoDB, Express, React, Node) Stack
• Context API for state management
• socket.io
• Material-UI
• Google maps API
• Stripe payments
• Mapbox
• Amazon S3
This project is broken down into a client and server folder
The project uses MongoDB as a database. Please follow this installation guide in how to install and start your local database server.
• GOOGLE_MAPS_API_KEY= {`Your Google Map API Key`}
• AWS_ID={`Your AWS ID`}
• AWS_SECRET={`Your AWS Secret`}
• AWS_BUCKET_NAME={`Your AWS S3 Bucket`}
• MONGODB_URI={`Your MongoDB Connection URI`}
• JWT_SECRET={`JWT Secret`}
• STRIPE_SECRET={`Stripe Secret`}
• REACT_APP_MAPBOX_TOKEN ={`Mapbox Token`}
• REACT_APP_STRIPE_PUBLIC_KEY={`Stripe Public Key`}
$ git clone https://github.com/hatchways/team-manta-ray.git
$ cd team-manta-ray/server
$ npm install
$ npm run dev
$ cd team-manta-ray/client
$ npm install
$ npm start