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

https://github.com/dennybiasiolli/cod-test-backend

Simple TypeScript/Express.js project for exposing API for an agenda, with GET/POST/PUT/PATCH/DELETE methods.
https://github.com/dennybiasiolli/cod-test-backend

api express expressjs nodejs rest-api typescript

Last synced: 5 months ago
JSON representation

Simple TypeScript/Express.js project for exposing API for an agenda, with GET/POST/PUT/PATCH/DELETE methods.

Awesome Lists containing this project

README

          

# COD Test Backend

Simple TypeScript/Express.js project for exposing API for an agenda, with
GET/POST/PUT/PATCH/DELETE methods.

**Note**: this is a test project, with a lot of `TODO` items. Check
[issues](https://github.com/dennybiasiolli/cod-test-backend/issues)
for missing features, for example:

- filtering `/events` endpoint for date start/end (#5)

- add data validation to `/events` endpoint (#2)

- adding tests (#3)

- add swagger API documentation (#1)

- adding authentication (#4)

Follow [contributing guidelines](CONTRIBUTING.md) for project contributions.