CRUD REST API with Deno using Oak

Deno REST API

CRUD REST API with Deno using Oak.

Built With

  • Deno
  • Oak
  • JavaScript
  • TypeScript

User Service

Method Endpoint Description
GET /users Retrieves a list of users
POST /users Creates a new user
GET /users/:id Retrieves a specific user
PUT /users/:id Updated user
DELETE /users/:id Deleted user

Author

👤 Miguel López

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Download Details:

Author: devmiguelopz

Source Code: https://github.com/devmiguelopz/Deno_REST_API_Deno

#deno #nodejs #node #javascript

CRUD REST API with Deno using Oak
3.15 GEEK