-
Notifications
You must be signed in to change notification settings - Fork 0
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
0629bb8
commit fd46309
Showing
1 changed file
with
8 additions
and
7 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 |
---|---|---|
@@ -1,7 +1,8 @@ | ||
# gus | ||
|
||
gus should be a generic solution for setting up a REST-ful webserver with a database backend. | ||
|
||
The idea is that the defined models (json) will be parsed and used by the model-layer (model controller view). The controller, the actual webserver, will implement the REST-API for the them (I hope). | ||
|
||
In the end it would be a nice and simple binary tool for private use. | ||
# gus | ||
|
||
gus will be a general solution for setting up a REST-ful webserver with a database backend. | ||
|
||
The idea is that the defined models (json) will be parsed and used by the model-layer (model controller view). The controller, the actual webserver, will serve the REST-API for them.<br> | ||
There will be a fully functional view layer as well, but first I need to enhance my frontend skills. | ||
|
||
In the end, gus would be a nice and simple binary tool for private or whatever use. Of course I will try to make it as customizable and convenient as possible. |