Skip to content

rajdeep2898/yoyo-pizza

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yoyo-Pizza (Version 1.0.1)

E-commerce site for Buying Pizza (Feature 1)

This is a MERN stack application that is used to create a Full Stack Application.

Quick Start 🚀

Add your details in .env file in with the following format


  "DATABASE": "<your_mongoDB_Atlas_uri_with_credentials>",
  "SECRET": "<yory_key>",

Install server dependencies

npm install

Install client dependencies

cd projfrontend
npm install

Run both Express & React from root

npm run dev

Build for production

cd projfrontend
npm run build

Releases

No releases published

Packages

No packages published