You are required to implement a RESTful service to create, read, update and delete contents on the server.
- Write a web server (1 point)
- Implement create, read, update and delete (2 points)
- Use correct HTTP method
- Be stateless
- Comprehensive URL
- Response with JSON format