Skip to content
/ MyHome Public
forked from jmprathab/MyHome

A Java application which helps people to manage their apartment.

License

Notifications You must be signed in to change notification settings

Tobi406/MyHome

 
 

Repository files navigation

MyHome Application

A Java application which helps people to manage their apartment.

Join us at Discord here.

License Java CI with Gradle Discord Good First Issue

Prerequisites

  • Gradle
  • Java 8 (JDK)
  • Docker for running service inside container (You can also run it without docker)

Installing

  1. Download the Project to local drive
  2. Run gradlew assemble
  3. Frontend is developed using React and is here

Running using Docker

docker-compose build
docker-compose up

All required ports are mapped to localhost. REST API is accessible via port 8080. http://localhost:8080/docs/swagger-ui.html hosts Swagger UI.

Contributors

License

This project is licensed under the Apache License - see the LICENSE.md file for details

Contribution

Feel free to contribute to the project. Please make sure to follow the below list before contributing.

Acknowledgments

This project relies on the following projects

  • Spring Framework
  • Docker

About

A Java application which helps people to manage their apartment.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.8%
  • Dockerfile 0.2%