Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/theinfinity007/restfulblogapp
- Owner: TheInfinity007
- Created: 2020-04-22T18:15:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-22T18:20:45.000Z (over 4 years ago)
- Last Synced: 2024-09-29T07:22:23.138Z (about 2 months ago)
- Topics: css, ejs-templating, express, express-sanitizer, html, javascript, method-override, mongoose, nodejs
- Language: HTML
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RESTfulBlogApp