PasanBhanu / spark-individual-assignment

Backend of NCMS - Individual Project SparkX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

Individual assignment for SparkX. A Covid Management System to manage hospitals and patients. Backend developed using Java & MySQL.

Backend : View Repository

Frontend : View Repository

Instructions

  • Clone the repository
  • Install dependancies
  • Create database on MySQL and import the tables. Tables are is database folder
  • Update the database connection parameters in src/main/java/lk.spark.pasan/helpers Database.java file
final String dbURL = "jdbc:mysql://localhost:3306/";
final String dbName = "spark";
final String dbUsername = "root";
final String dbPassword = "";

Dependancies

  • Java : 14.0.2
  • javax.servlet:javax.servlet-api:3.1.0
  • com.google.code.gson:gson:2.8.6
  • mysql:mysql-connector-java:8.0.21

About

Backend of NCMS - Individual Project SparkX


Languages

Language:Java 100.0%