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
- Host: GitHub
- URL: https://github.com/williamw-dev/asi-3-23-dev-b-rest-api-exercise
- Owner: williamw-dev
- Created: 2023-03-20T17:08:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-26T08:17:37.000Z (about 3 years ago)
- Last Synced: 2025-09-20T15:54:10.159Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 96.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`