Skip to content
forked from Ninad99/GiftKart

A server-rendered e-commerce website built using Express.js and MongoDB

Notifications You must be signed in to change notification settings

manu05X/GiftKart

 
 

Repository files navigation

GiftKart

A server-rendered e-commerce website made using Express.js and MongoDB

Setup

Fork this repository and press the 'clone or download' button on your forked repository. Copy the URL and open the terminal on your desired folder, and run

git clone <your-copied-url>

After cloning this repository and placing the .env file on the root of the project folder, run

npm install

to install the dependencies.

To start the development server, run

npm run devserver

Navigate to http://localhost:3000 on your browser

About

A server-rendered e-commerce website built using Express.js and MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 48.8%
  • JavaScript 36.0%
  • CSS 15.2%