This is a Kotlin-based API for Jarvis Update and Feedback. It can be run in a Docker container.
-
Clone this repository to your local machine.
-
Navigate to the project directory:
cd <your-project-directory>
-
Build the Kotlin project using Gradle:
./gradlew build
-
Make sure you have Docker installed and running on your system.
-
Fill in the enviromental variables in the docker-compose
-
Build the Docker container using Docker Compose:
docker-compose build
-
Start the Docker container:
docker-compose up
The API should now be running in a Docker container and accessible at http://localhost:3060
.
- You can access the API's endpoints at
http://localhost:3060
.
Documentation can be found at /ENDPOINTS.md
To remove the Docker container and its associated images, run the following command:
docker-compose down