https://github.com/nerdeveloper/sairah
A Node/Express E-commerce starter kit. The template ships with Authentication, Add and Edit Stores, Reviews, Ratings, Top Rating, Google Maps API and Google Places.
https://github.com/nerdeveloper/sairah
Last synced: 11 months ago
JSON representation
A Node/Express E-commerce starter kit. The template ships with Authentication, Add and Edit Stores, Reviews, Ratings, Top Rating, Google Maps API and Google Places.
- Host: GitHub
- URL: https://github.com/nerdeveloper/sairah
- Owner: nerdeveloper
- Created: 2019-03-13T21:20:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T15:43:33.000Z (about 3 years ago)
- Last Synced: 2025-03-18T11:11:28.330Z (11 months ago)
- Language: JavaScript
- Homepage: https://sairah.nerdeveloper.now.sh
- Size: 19.2 MB
- Stars: 9
- Watchers: 0
- Forks: 4
- Open Issues: 21
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## What is this?
Just you wait folks!
## Sample Data
To load sample data, run the following command in your terminal:
```bash
npm run sample
```
If you have previously loaded in this data, you can wipe your database 100% clean with:
```bash
npm run blowitallaway
```