Skip to content

Krishnapro/notescollab

Folders and files

NameName
Last commit message
Last commit date
Feb 20, 2024
Jan 11, 2024
Aug 5, 2024
Jan 11, 2024
Jan 17, 2024
Jun 15, 2024
Jun 16, 2024
Jan 24, 2024
May 5, 2024
Jan 10, 2024
Jan 11, 2024
Jan 11, 2024
Jun 9, 2024

Repository files navigation

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:

  1. Java 17 or above
  2. PostgreSQL
  3. Maven
  4. SpringBooot version - 3.2.1

Steps to Setups project:

  1. Install the Java 17
  2. Install the Maven
  3. Now fork and clone the project
  4. Go to the project directory and run the below commands
  5. mvn clean install
    
  6. mvn spring-boot:run
    

The contributors ๐ŸŽ‰