vishruth-v / thrift-shop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

thrift-shop

An e-commerce website for buying/selling thrift items built using MERN (MongoDB, ExpressJS, ReactJS, NodeJS) stack. This is our Mini Project for Web Technologies (UE19CS204).

Working site

Visit https://thrift-shop.netlify.app to see the deployed and running app.

Setup - localhost

Install node modules

To install all modules from the package.json files (server and client), run

npm install

Start Server

To start the server, cd into the server directory and run

npm start

The server should start running on http://localhost:5000

Start React app

To start the react app, cd into the client directory and run

npm start

The wesbite should open on http://localhost:3000

About


Languages

Language:JavaScript 97.5%Language:HTML 2.5%