saumil1008 / Online-Law-System-API

It provides APIs for Online Law Stystem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Online-Law-System-API

Recommanded

Eclipse/ Netbeans

Steps to start server

  1. import as an existing maven project
  2. Go to your mysql server and run DB script called LawSysDBScript.sql
  3. Change mysql connection setting in application.properties file. (like username and password as per your MySQL server)
  4. Run file OnlineLawSystemApiApplication.java as a java application.
  5. Server started in port 8080 of your localhost

try this url : http://localhost:8080/api/user

About

It provides APIs for Online Law Stystem


Languages

Language:Java 84.9%Language:TSQL 15.1%