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
- Host: GitHub
- URL: https://github.com/naritapandhe/simple-blog
- Owner: naritapandhe
- License: other
- Created: 2018-02-17T23:38:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-19T20:55:17.000Z (over 7 years ago)
- Last Synced: 2025-01-20T12:05:35.359Z (4 months ago)
- Topics: yii2-framework
- Language: PHP
- Homepage:
- Size: 93.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
-------------------