Skip to content

boybenson/shopping-mern

Repository files navigation

Fast Food Delivery Web Application 🍔 🛵

Tech Stack

Frontend

Backend

Installation Process

git clone https://github.com/boybenson/fast_food.git
cd fast_food

install backend server dependencies

yarn install
yarn post-install

create a .env file within the root folder, because you will need the following details to start the backend server.

PORT
JWT_TOKEN_KEY
CLOUDINARY_NAME
CLOUDINARY_API_KEY
CLOUDINARY_API_SECRET
MONGO_URI

start the backend server on your chosen port number

yarn start

open another terminal, cd into the frontend folder and install frontend dependencies

cd frontend
yarn install

start the frontend

yarn start

Happy Coding!!!!

About

Fast food delivery web app with mern stack, MVP on main branch and latest version on staging branch

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages