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.
- Host: GitHub
- URL: https://github.com/dennybiasiolli/cod-test-backend
- Owner: dennybiasiolli
- Created: 2020-07-30T08:44:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-03T08:08:31.000Z (over 5 years ago)
- Last Synced: 2025-06-26T08:02:42.071Z (about 1 year ago)
- Topics: api, express, expressjs, nodejs, rest-api, typescript
- Language: TypeScript
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
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.