Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerdenkerXD authored Sep 17, 2023
1 parent 0629bb8 commit fd46309
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
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.

0 comments on commit fd46309

Please sign in to comment.