We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c45ec02 commit 8b7f0f0Copy full SHA for 8b7f0f0
1 file changed
README.md
@@ -1,4 +1,4 @@
1
-Simple REST api server implemented in Dart
+Tempalate for a REST API server or a static site server
2
3
# Installation
4
@@ -11,3 +11,11 @@ You will need to have dart installed https://dart.dev/get-dart
11
# Running tests
12
13
`dart test`
14
+
15
+# REST Server
16
17
+There is a simple controller that responds on the "/" request with a string response on port 4001
18
19
+# Static Site Server
20
21
+Static site is served up on port 4002. Put a static site in the build/web folder and it will be served up on port 4002 if it has an index.html file.
0 commit comments