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

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 πŸ’ΈπŸš€

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
```