notescollab
This project is a backed application to create and share notes with friends. It used Java and SpringBoot for the backend and PostgreSql for the database.
Prerequisites to Setups project locally:
- Java 17 or above
- PostgreSQL
- Maven
- SpringBooot version - 3.2.1
Steps to Setups project:
- Install the Java 17
- Install the Maven
- Now fork and clone the project
- Go to the project directory and run the below commands
-
mvn clean install
-
mvn spring-boot:run