-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a4f0d60
commit b95ca98
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Shivneri | ||
|
||
Component based MVC web framework based on fort architecture for [crystal](https://crystal-lang.org/) targeting good code structures & modularity. | ||
|
||
# Features | ||
|
||
* Based on [Fort](https://github.com/ujjwalguptaofficial/fort) architecture. | ||
* MVC Framework and follows OOPS approach so everything is class and object. | ||
* Provides components - Wall, Shield and Guard. Components help modularize the application. | ||
* Everything is configurable - you can configure your session store, view engine, websocket etc. | ||
* Dependency Injection. | ||
* Everything can be unit tested, so you can use a [TDD](https://guide.freecodecamp.org/agile/test-driven-development/) approach. |