Skip to content
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.

LalitSinghRana/pizza-ordering-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pizza ordering website (MERN stack)

STEPS TO RUN :

To Complete setup :

  • Git clone this repo.
  • Create .env file (using .env.example) :
    • insert your
      • mongodb URL,
      • email id and password (for sending emails)
  • Install all dependencies :
    • For client :
      • cd client && npm i

    • For server :
      • cd server && npm i

To run :

  • To run client :
    • cd client && npm start

  • To run server :
    • cd server && npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published