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
- Github: @devmiguelopz
- Linkedin: Miguel López
🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Show your support
Give a
📝 License
This project is MIT.