Skip to content

Commit b95ca98

Browse files
add readme
1 parent a4f0d60 commit b95ca98

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

readme.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)