/curd-mern-stack

Restaurant Website prototype for Web Project Y2S1

Primary LanguageJavaScriptMIT LicenseMIT

Chikapica Restautent

Restaurant Website with Food Delivery System

This is a MERN stack application. It is a small restaurant app that includes authentication, online delivery, shopping cart. It's an application for Web Project Course for SEGi University Y2 S1

Quick Start

Add a .env file in the root folder with the following

MONGO_URL=<your_mongoDB_Atlas_uri_with_credentials>
MONGO_PASS=<your_mongo_secret_key>

Install server dependencies

npm install

Install client dependencies

cd client
npm install

Run both Express & React from root

npm run dev

Build for production

cd client
npm run build

Test production before deploy

NODE_ENV=production node server.js

Check in browser on http://localhost:5000/

Live Preview

To be Updated

App Info

Author

Dibakar Sutra Dhar Dibakar Sutra Dhar

Version

1.0.0

License

This project is licensed under the MIT License