Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Animal Api

This project provides a RESTful API built with Java Spring Boot, MongoDB, and Docker.

Description

The API allow you to parse information from a file add it to the database, as well as retrieve it from the database with filters and sorting.

Technologies

  • Java
  • Spring Boot
  • MongoDB
  • Docker
  • OpenAPI (Swagger)

Getting Started

  1. Clone the repository to your local machine using the following command:
git clone https://github.com/Dementris/TestTask.git
  1. Build the Docker image:
cd project-name
docker-compose build
  1. Build the project using Maven.

  2. Start the Docker containers:

docker-compose up -d
  1. Run the application and access it in your web browser by navigating to http://localhost:8080.

API Endpoints

  • GET / - Retrieves a list of animals
  • POST /file/upload - Upload new animals from csv or xml files.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages