We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4f0d60 commit b95ca98Copy full SHA for b95ca98
readme.md
@@ -0,0 +1,12 @@
1
+# Shivneri
2
+
3
+Component based MVC web framework based on fort architecture for [crystal](https://crystal-lang.org/) targeting good code structures & modularity.
4
5
+# Features
6
7
+* Based on [Fort](https://github.com/ujjwalguptaofficial/fort) architecture.
8
+* MVC Framework and follows OOPS approach so everything is class and object.
9
+* Provides components - Wall, Shield and Guard. Components help modularize the application.
10
+* Everything is configurable - you can configure your session store, view engine, websocket etc.
11
+* Dependency Injection.
12
+* Everything can be unit tested, so you can use a [TDD](https://guide.freecodecamp.org/agile/test-driven-development/) approach.
0 commit comments