Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kodjunkie/nodejs-mini-shop
- Owner: kodjunkie
- Created: 2019-02-03T13:12:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:43:30.000Z (about 2 years ago)
- Last Synced: 2024-10-31T22:12:27.212Z (3 months ago)
- Topics: bootstrap4, expressjs, mongodb, mongoose, nodejs
- Language: JavaScript
- Size: 560 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
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
```