Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 293 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 293 Bytes

Pothole API

Instructions to start the server

  1. Setup and start a MySQL server
  2. Create a database named pothole ( DB URL: jdbc:mysql://localhost:3306/pothole)
  3. Start server by running a java file at src/main/java/dev/comakeit/potholechallenge/PotholeChallengeApplication.java