https://github.com/captainayan/simple-ecommerce
ππA simple E-commerce (Medicine) site πΈπ
https://github.com/captainayan/simple-ecommerce
ecommerce expressjs heroku mongodb nodejs simple-app
Last synced: 3 months ago
JSON representation
ππA simple E-commerce (Medicine) site πΈπ
- Host: GitHub
- URL: https://github.com/captainayan/simple-ecommerce
- Owner: captainAyan
- Created: 2021-11-20T09:43:49.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-22T12:18:31.000Z (over 4 years ago)
- Last Synced: 2025-02-04T15:46:50.913Z (over 1 year ago)
- Topics: ecommerce, expressjs, heroku, mongodb, nodejs, simple-app
- Language: EJS
- Homepage: https://medicine-ecom.herokuapp.com/
- Size: 9.48 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Instructions
Add your `MONGODB_URI` and `SESSION_SECRET` in a `.env` file.
Then run (this step adds products. Press `ctrl + c` to end the process)
```bash
node db.js
```
Now, run (for development)
```bash
npm run dev
```
Now, run (for deployment)
```bash
npm start
```