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

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.

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