Skip to content

TejSankhe/user-management-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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