Skip to content

jVucetic/traintimetable

Repository files navigation

Train Timetable API

Backend assignment

Spring Boot Project with Gradle

This is a sample Spring Boot project managed with Gradle, providing a basic structure and setup for building Spring Boot applications.

Table of Contents

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Java Development Kit (JDK) installed on your local machine. You can download it from OpenJDK or Oracle.
  • Gradle installed on your local machine. You can download it from the Gradle website.

Getting Started

To get a local copy up and running, follow these simple steps:

  1. Clone the repository:

    git clone https://github.com/jVucetic/traintimetable.git
    
  2. Navigate to the project directory:

    cd traintimetable
    
    
  3. Build the project using Gradle:

    ./gradlew build
    
  4. Run the application:

    ./gradlew bootRun
    
    
  5. Access the application in your browser at http://localhost:8080.

Configuration

You can configure the application through application.properties file located in src/main/resources. Customize these files to suit your application's needs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published