Skip to content

The backend side of the Pet Clinic Application, made as a group project during a full-stack dev course at GreenFox Academy

Notifications You must be signed in to change notification settings

bsnAndras/PET_Clinic_Backend

 
 

Repository files navigation

Project phase - Study Group 1 - Backend_main

Instructions for setting environment variables in .env file:

  1. Copy the .env.sample file to a new file named .env like below:

    cp .env.sample .env
    
  2. Fill in the values for each environment variable in the .env file.

The .env file should not be committed to the repository as it's listed in the .gitignore.

About

The backend side of the Pet Clinic Application, made as a group project during a full-stack dev course at GreenFox Academy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.6%
  • Dockerfile 0.4%