Skip to content

kt200021/MERN_shoppingapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MERN_shoppingapp

A bulk purchase web-app built using the MERN stack

How to run

$ cd path/to/directory

Install required packages

$ cd frontend

$ npm i

$ cd ../backend

npm i

Run the frontend and backend servers

$ cd frontend

$ npm start

$ cd ../backend

$ npm run server

Visit http://localhost:3000 in your browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published