API using DenoJS and Prisma as ORM
- Schema Validation
- Error Logger
- ORM DataBase
To run this project, you will need to add the following environment variables to your .env file
API_PORT
DATABASE_URL
Generate the schemas for the API
yarn prisma:generate
To initiate this project run
yarn dev
GET /api/v1/things
Parameter | Type | Description |
---|---|---|
api_key |
string |
Required. Your API key |
GET /api/things/${id}
Parameter | Type | Description |
---|---|---|
id |
string |
Required. Id of thing to fetch |
- Add Auth/Bearer token
- Add prisma docs
- Test coverage