https://github.com/vapor/template-fluent-postgres
A template ready for use configured with Fluent and PostgreSQL
https://github.com/vapor/template-fluent-postgres
server-side-swift template vapor
Last synced: 4 months ago
JSON representation
A template ready for use configured with Fluent and PostgreSQL
- Host: GitHub
- URL: https://github.com/vapor/template-fluent-postgres
- Owner: vapor
- Created: 2022-03-01T13:45:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-21T15:01:53.000Z (5 months ago)
- Last Synced: 2025-06-16T04:23:45.426Z (4 months ago)
- Topics: server-side-swift, template, vapor
- Language: Swift
- Homepage:
- Size: 29.3 KB
- Stars: 7
- Watchers: 24
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TemplateFluentPostgres
💧 A project built with the Vapor web framework.
## Getting Started
To build the project using the Swift Package Manager, run the following command in the terminal from the root of the project:
```bash
swift build
```To run the project and start the server, use the following command:
```bash
swift run
```To execute tests, use the following command:
```bash
swift test
```### See more
- [Vapor Website](https://vapor.codes)
- [Vapor Documentation](https://docs.vapor.codes)
- [Vapor GitHub](https://github.com/vapor)
- [Vapor Community](https://github.com/vapor-community)