Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.01 KB

README.md

File metadata and controls

18 lines (14 loc) · 1.01 KB

City Influencers API

About

This is the repository used by team C3PO for the course Project 4.0 at Thomas More University. For this project we collaborated with Fairville. This API is used to retrieve data from the database hosted on Azure cloud, note that it requires https when calling.

Technical details

Running the API locally

  • If you want to run the API locally, we suggest doing so in the IntelliJ IDEA IDE.
  • Make sure you have the Spring Boot and Spring Data libraries installed.
  • You can do all of the necessary downloads using npm install.