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

https://github.com/naritapandhe/simple-blog

Simple-blog
https://github.com/naritapandhe/simple-blog

yii2-framework

Last synced: 2 months ago
JSON representation

Simple-blog

Awesome Lists containing this project

README

        





Simple Blog App


http://ec2-54-244-208-11.us-west-2.compute.amazonaws.com/



:small_blue_diamond: This is a sample blogging web app built with MVC framework - [Yii 2](http://www.yiiframework.com/) and [Bootstrap](http://getbootstrap.com/).

:small_blue_diamond: It contains basic features like:


  • Login / Logout

  • GitHub based login

  • Contact Page

  • CRUD operations for blogs

  • Markdown editor for creating blogs

  • Markdown editor for creating blogs

  • Send emails

:small_orange_diamond: Upcoming features are:


  • Group memberships for users

  • Posting blogs to specific groups vs the currrent functionality which broadcasts the blog to all users

DIRECTORY STRUCTURE
-------------------

assets/ contains assets definition
commands/ contains console commands (controllers)
config/ contains application configurations
controllers/ contains Web controller classes
mail/ contains templates e-mails
models/ contains model classes
runtime/ contains files generated during runtime
tests/ contains various tests
vendor/ contains dependent 3rd-party packages
views/ contains view files for the Web application
web/ contains the entry script and Web resources
migrations/ contains all the DB scripts
erd/ contains ERD diagrams

EXTENSIONS USED
-------------------
yii2-user
yii2-authclient
yii2-markdown
yii2-widget-datetimepicker
mailtrap
-------------------