A server-rendered e-commerce website made using Express.js and MongoDB
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