Initial commit

This commit is contained in:
Johan
2026-01-26 00:37:35 +01:00
commit f303cb46b7
30 changed files with 2251 additions and 0 deletions

27
README.md Normal file
View File

@@ -0,0 +1,27 @@
# ExodaiAcademy
💧 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)