vianneynara / kuenyawz-api

RESTful API server using Spring Boot framework
Other
1 stars 0 forks source link
e-commerce-api spring-boot

KuenyaWZ API

Spring Boot API for KuenyaWZ project.

Main Repository

This project is to be implemented for our KuenyaWZ site.

Features/checklist

Should be noted that we'll need to implement integration of methods for the actual website business logic.

API documentation

Refer to this Swagger Documentation

Prerequisites

Default configurations

Installing and running application

  1. Clone this repository
  2. Change directory to the cloned repository
  3. Run mvn spring-boot:run

Running with specific profile

Make sure the profile requirement is met. For example, to run with postgres profile, please make sure you have PostgreSQL installed and running with the provided .ENV.

  1. Add profile to environment variable: set SPRING_PROFILES_ACTIVE=postgres
  2. Run mvn spring-boot:run