This is the back end repository which hosts the source code used for the HomeDex mobile app.
- Java 17
- PostgreSQL
- Docker (optional)
- Install Java 17:
brew install openjdk@17 - Install PostgreSQL:
brew install postgresql - Install Docker:
brew install --cask docker
- Clone this repository.
- Add users to PostgreSQL database.
- If using Docker, navigate to the
dockerfolder and rundocker compose up - Otherwise, create the users in the location
docker/provision/001_create_users.sql
- If using Docker, navigate to the
- Run the command:
./gradlew bootRun
This API is developed by Thu Vuong as a capstone project for Ada Developers Academy.