Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 490 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 490 Bytes

CRUD REST Web API

The functionality includes:
  • Getting a list of all meetups (filtering, sorting, pagination)
  • Getting a specific meetup by its Id
  • Registering a new meetup
  • User's record on the meetup
  • Changing information about an existing meetup
  • Deleting a meetup
  • Authorization (JWT access/refresh)
  • Division into roles (user/admin)
  • Validation
Used:
  • NodeJS
  • Express
  • TS
  • PostgreSQL
  • Joi
  • Eslint | Prettier | Husky | Lint-Staged
  • Swagger
  • Postman