Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 520 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 520 Bytes

Offers API

Setup

npm i
npm run setup:dev
npm run start:dev

Database

SQLite is the default database, to use PostgreSQL, set the DATABASE to POSTGRES and the database url POSTGRES_URL in the file .env

Docs

The project uses swagger for documentation, it's acessible through /docs endpoint

http://localhost:5000/docs/

Heroku

The project is acessible through the following link

https://offers-quero.herokuapp.com