Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 873 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 873 Bytes

cloudAPI:

credit for the basic tutorials is given to Django Documentation.

contribution for django: https://stackoverflow.com/users/8119511/ank-247shbm

Updated Architecture: IaaS(Infrastructure As A Service)

Updated Features: spam_checker app : help users/admin to reduce 'spam emailings', 'spam bloggings'.

System Architecture:MVT(Models-->Views-->Templates):PaaS(Platform As A Service)

This is a cloudAPI that includes components superAdmin, Admin and Users. SuperAdmin has control over all the functionalities to be assigned to the Admin and their Users. The API includes core functionality like signals, redirects with the best application of web-tools like pagination,static files management, broadcast emailing, caching properties. On the other way, it follows basic CRUD rule with front-end templates using jinja2 with rigorous use of JavaScript,CSS,HTML.