Skip to content

N-Pacis/CHADISS-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Spring Boot and PostgreSQL

This guide will walk you through setting up your environment to run a Spring Boot application with PostgreSQL.

Install Java and JDK

sudo apt update
sudo apt install openjdk-11-jdk

Install Apache Maven

sudo apt update
sudo apt install maven

Install PostgreSQL

sudo apt update
sudo apt install postgresql postgresql-contrib

Create a PostgreSQL Database

psql -U postgres
CREATE DATABASE chadiss;
\q

Clone and Run Spring Boot Application

git clone https://github.com/N-Pacis/CHADISS-Backend.git
cd <project_directory>
mvn spring-boot:run

OR

Install intellij IDEA and Use it to Run springboot application

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages