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.
- Host: GitHub
- URL: https://github.com/vectormike/sales-api
- Owner: Vectormike
- Created: 2021-01-27T19:49:51.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-31T08:41:14.000Z (over 5 years ago)
- Last Synced: 2025-07-26T03:58:44.298Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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