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

https://github.com/vectormike/sales-api

Sales API for sales' queries based on (daily, weekly and monthly) sales. Built with NodeJS, Sequelize and Postgres.
https://github.com/vectormike/sales-api

Last synced: 8 months ago
JSON representation

Sales API for sales' queries based on (daily, weekly and monthly) sales. Built with NodeJS, Sequelize and Postgres.

Awesome Lists containing this project

README

          

# Sales

> Sales API with NodeJS and Postgres

## Quick Start

```bash
# Install dependencies
npm install

# Serve on localhost:5000
npm start
# Dev Server (Nodemon)
npm run dev
```

### License

This project is licensed under the MIT License