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 cc723a2 commit e249e73Copy full SHA for e249e73
README.md
@@ -0,0 +1,27 @@
1
+# template-fluent-postgres
2
+
3
+💧 A project built with the Vapor web framework.
4
5
+## Getting Started
6
7
+To build the project using the Swift Package Manager, run the following command in the terminal from the root of the project:
8
+```bash
9
+swift build
10
+```
11
12
+To run the project and start the server, use the following command:
13
14
+swift run
15
16
17
+To execute tests, use the following command:
18
19
+swift test
20
21
22
+### See more
23
24
+- [Vapor Website](https://vapor.codes)
25
+- [Vapor Documentation](https://docs.vapor.codes)
26
+- [Vapor GitHub](https://github.com/vapor)
27
+- [Vapor Community](https://github.com/vapor-community)
0 commit comments