Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/theinfinity007/restfulblogapp

This application has a well defined structure following the REST api rules as to make routes reachable without making a bundle of them. Users can edit, delete, create their posts and all are getting through 'get', 'post', 'put', 'delete' requests.
https://github.com/theinfinity007/restfulblogapp

css ejs-templating express express-sanitizer html javascript method-override mongoose nodejs

Last synced: about 1 month ago
JSON representation

This application has a well defined structure following the REST api rules as to make routes reachable without making a bundle of them. Users can edit, delete, create their posts and all are getting through 'get', 'post', 'put', 'delete' requests.

Awesome Lists containing this project

README

        

# RESTfulBlogApp