Skip to content

Commit e249e73

Browse files
author
Penny[bot]
committed
Autogenerated from git://github.com/vapor/template.git@f16688d8be551bfd0caa9bff2bad98b5ea6c1dc1
1 parent cc723a2 commit e249e73

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
```bash
14+
swift run
15+
```
16+
17+
To execute tests, use the following command:
18+
```bash
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

Comments
 (0)