Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 673 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 673 Bytes

CSYE 6225 - Spring 2020

Web application based on Spring Boot, RESTful API and PostgreSQL.|

Technology Stack

Spring Boot - The web framework used Maven - Dependency Management PostgreSQL - Relational App Database IntelliJ - IDE used to develop the web app

Build Instructions

Make the below changes in application.properties file

spring.datasource.url=jdbc:postgresql://localhost:5432/your database name

spring.datasource.username=your db user name spring.datasource.password=your db password

Run as spring boot project

profiles

  • dev: aws cloud
  • default: local server