/backend-api

💉 API for vaccine services, Android App and Web

Primary LanguageJava

VACCINEAPP - API

💉 API for vaccine services, Android App and Web

STATUS: Beta 1.0.0.0 Ready ✔️

Instalation

Prerequisite

Before starting, you will need to have the following tools installed on your machine: Git, JDK 11, OracleDB

Running

  • Clone this repository: git clone https://github.com/VaccineOrg/backend-api.git

  • Go to backend/devops, run init.sql and script.sql in OracleDB

  • Open the project in the IDE of your choice

  • Go to "src/main/resources/application.properties", change connection settings, point to your Oracle instance

  • Run the project, the server will open at http://localhost:8081

How to use