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

https://github.com/keuller/adsales

Sample Application for Sale Advertisement
https://github.com/keuller/adsales

Last synced: 3 months ago
JSON representation

Sample Application for Sale Advertisement

Awesome Lists containing this project

README

        

# Sample App

This is a demo application thats simulates advertisement products.

1. Download all dependecies
```
$ npm install
```

2. Run the application
```
$ npm start
```

3. Run the tests
```
$ npm run test
```