Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kodjunkie/nodejs-mini-shop

A Node.js mini e-commerce shop
https://github.com/kodjunkie/nodejs-mini-shop

bootstrap4 expressjs mongodb mongoose nodejs

Last synced: about 1 month ago
JSON representation

A Node.js mini e-commerce shop

Awesome Lists containing this project

README

        

# Nodejs Mini Shop

This is a simple e-commerce web app built with node.js, express.js, mongodb and ejs templating engine on the frontend.

## Installation

```bash
git clone https://github.com/Paplow/nodeja-mini-shop.git shop
cd shop
cp .env.example .env
# Modify .env file accordingly
npm install
# Start your mongodb server
npm start
```