Setting Up Repository

  1. Fork this Repository to your Personal Github.
  2. Clone the Forked Repository to local Machine.
  3. Make changes and commit.
  4. To add codes in the Main Repositroy , use Sync Fork.

Basic Set up Requirement

  1. Jdk 17
  2. Mysql
  3. Ide(STS,INTELLIJ)

Required Changes After Cloning into Own Local Machine.

Steps

  • go to the application.properties file
  • create one new schema for the project.
  • change your database username and password.
  • if necessary to change your port, assign port as per availability.