Skip to content

simonrowe/eventful

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Events

Web Application that allows for search of events within London.

This web application integrates with the following apis:

An api key is required for both of these services

To Run The Tests

mvn clean test -Devents.api.key={eventfulApiKey}-Dweather.api.key={weatherApiKey}

To Run the Application

mvn clean spring-boot:run -Devents.api.key={eventfulApiKey}-Dweather.api.key={weatherApiKey}

A Rest Api will be available to search for events

http://localhost:8080/api/events?q=(searchString}&sort=(sortField,asc|desc)&page=(pageNumber)&size=(pageSize)

Sort Fields

  • name.sort - sort by the name of the event
  • startTime - sort by the start time of the event
  • venue.sort - sort by the venue of the event
  • categories.sort - sort by the category of the event

Examples

About

Web Application that allows for search of events within London

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors