https://github.com/jramcast/do400-home-automation-lab
https://github.com/jramcast/do400-home-automation-lab
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jramcast/do400-home-automation-lab
- Owner: jramcast
- Created: 2021-03-01T15:12:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-02T10:24:42.000Z (about 4 years ago)
- Last Synced: 2025-01-20T09:46:16.632Z (4 months ago)
- Language: Java
- Size: 60.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Home Automation App
Use this skeleton to build a home automation app using TDD in the DO400 course.
This project uses Quarkus, the Supersonic Subatomic Java Framework.
If you want to learn more about Quarkus, please visit its website: https://quarkus.io/ .
## Running the application in dev mode
You can run your application in dev mode that enables live coding using:
```
./mvnw quarkus:dev
```
## Running testsYou can run your tests using:
```shell script
./mvnw test
```