Skip to content

vuongthu/homedex-backend

Repository files navigation

HomeDex API

Introduction

This is the back end repository which hosts the source code used for the HomeDex mobile app.

Dependencies

  • Java 17
  • PostgreSQL
  • Docker (optional)

Installation

  1. Install Java 17:
    brew install openjdk@17
    
  2. Install PostgreSQL:
    brew install postgresql
    
  3. Install Docker:
    brew install --cask docker
    

Run HomeDex Locally

  1. Clone this repository.
  2. Add users to PostgreSQL database.
    • If using Docker, navigate to the docker folder and run docker compose up
    • Otherwise, create the users in the location docker/provision/001_create_users.sql
  3. Run the command:
    ./gradlew bootRun

Author

This API is developed by Thu Vuong as a capstone project for Ada Developers Academy.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published