aolufisayo / blog-rest-api

Blog REST API using spring boot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog REST API with Spring Boot

This is a repository for a blog REST API.

Prerequisites

Before running the application, ensure that the following software is installed on your machine:

  • Java Development Kit (JDK) 8 or higher
  • Maven

Getting Started

To get started with the project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/aolufisayo/blog-rest-api.git
  2. Navigate to the project folder:

    cd blog-rest-api
  3. Build the project using Maven:

    mvn clean install
  4. Run the application:

     mvn spring-boot:run
  5. The API can now be accessed at http://localhost:8080/api/v1/

Configuration

The application configuration can be found in the application.properties file. Modify this file to change the application's settings such as the server port or database connection details.

About

Blog REST API using spring boot


Languages

Language:Java 100.0%