GithubHelp home page GithubHelp logo

acn3to / data-filter-api Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 16 KB

A Spring Boot API for dynamic data filtering, supporting advanced queries for Orders and Employees with various filtering options.

Java 100.00%

data-filter-api's Introduction

Project Setup Guide

Prerequisites

Ensure you have the following installed:

  • Java 17 or higher
  • Maven (for building the project)
  • PostgreSQL (or your preferred database)
  • Git (for version control)

Download the Project

  1. Clone the Repository

Open your terminal and run:

git clone [email protected]:acn3to/data-filter-api.git
  1. Navigate to the Project Directory
cd data-filter-api

Configuration

  1. Set Up the Database
  • Create a PostgreSQL database.
  • Update the database connection settings in src/main/resources/application.properties or application.yml:
spring.datasource.url=jdbc:postgresql://localhost:5432/yourdatabase
spring.datasource.username=yourusername
spring.datasource.password=yourpassword

Replace localhost, 5432, yourdatabase, yourusername, and yourpassword with your database details.

  1. Build the Project

Run:

mvn clean install

Run the Project

  1. Start the Application

Run the Spring Boot application using:

mvn spring-boot:run

Alternatively, you can run it from your IDE.

  1. Access the API

The API will be available at:

http://localhost:8080

Modify the port if you have configured a different one.

Postman Collection

You can access and import the API collection into Postman using the following link:

Postman Collection

Troubleshooting

  • Database Connection Issues: Ensure PostgreSQL is running and credentials are correct.
  • Build Errors: Review error messages for missing dependencies or configuration issues.

Additional Information

  • Refer to the project's API documentation for details on endpoints.
  • For specific issues, check the issue tracker or contact project maintainers.

data-filter-api's People

Contributors

acn3to avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.