Skip to content

A REST API providing comprehensive and reliable information on contemporary Irish creatives. Built with Spring Boot.

Notifications You must be signed in to change notification settings

sheeehy/Contemporary-Irish-Artists-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Irish Creatives & Artists API 👨‍🎨

Overview

This is a REST API designed to provide a simple and standardized way of accessing and manipulating data related to contemporary Irish artists and creatives. Built with Spring Boot.

Getting Started

Java Development Kit (JDK) version 8 or higher
Maven (for dependency management)
IDE of your choice (e.g., IntelliJ IDEA, Eclipse)
Postman

Clone the repository to your local machine:

git clone https://github.com/<sheeehy>/contemporary-irish-artists-api.git
cd contemporary-irish-artists-api

To build the project and run all tests, use:

mvn clean install

To start the server, use:

mvn spring-boot:run

Use the following command to run tests or use Postman:

mvn test

API Endpoints

GET /artists: Retrieves a list of all artists
GET /artists/{id}: Retrieves a single artist by ID
POST /artists: Creates a new artist
PUT /artists/{id}: Updates an existing artist
DELETE /artists/{id}: Deletes an artist

About

A REST API providing comprehensive and reliable information on contemporary Irish creatives. Built with Spring Boot.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages