EspatodeAPI is a REST API built to manage the Espatodea blog, which intends to spread sustainability and ways to be better when it comes to this.
Now it is up on heroku: https://espatodeapi.herokuapp.com
1.posts:
- POST: /post
- GET: /post
- GET: /post/title?title={title}
- GET: /post/{post_id}
- GET: /post/category/{category_id}
- PATCH: /post/{post_id}
- DELETE: /post/{post_id}
2.comments:
- POST: /comment
- GET: /comment/post/{post_id}
- DELETE: /comment/{post_id}
3.login:
- GET: /admin?username={username}?password?={password}
Please, fork it and contribute at any time. Just make a PR or open issues.