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

https://github.com/williamw-dev/asi-3-23-dev-b-rest-api-exercise

CRM API - Express / Knex / ObjectionORM
https://github.com/williamw-dev/asi-3-23-dev-b-rest-api-exercise

Last synced: about 1 month ago
JSON representation

CRM API - Express / Knex / ObjectionORM

Awesome Lists containing this project

README

          

# SDV CRM API

[Link of my repository](https://github.com/william-wtr92/asi-3-23-dev-b-rest-api-exercise)

## Complete the .env file

`DB_HOST=`

`DB_PORT=`

`DB_USER=`

`DB_PASSWORD=`

`DB_DATABASE=`

`PORT=`

`SECURITY_PASSWORD_PEPPER=`

`SECURITY_JWT_SECRET=`

`SENDGRID_API_KEY=`

## To start seed run the command below

`npx knex seed:run`