Skip to content

Alex00K/yoyo-pizza

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yoyo-Pizza

E-commerce site for Buying Pizza

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

About

MERN stack project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 94.6%
  • CSS 4.1%
  • HTML 1.3%