Skip to content
This repository has been archived by the owner on Sep 13, 2020. It is now read-only.
/ tweetsched-api Public archive

REST API and Web UI for Scheduled Tweets service

License

Notifications You must be signed in to change notification settings

Tweetsched/tweetsched-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status MIT licensed

tweetsched-api

REST API and Web UI for Scheduled Tweets service.

Requirements:

  • Java 8 or higher
  • Maven 3.3.3 or higher

How to build:

mvn clean package

How to run locally:

  • Configure next environment variables:
    • PORT
    • REDIS_URL
    • REDIS_PORT
    • REDIS_PASSWORD
  • Run java -Dvertx.logger-delegate-factory-class-name=io.vertx.core.logging.Log4j2LogDelegateFactory -jar target/tweetsched-api-0.1-SNAPSHOT.jar
  • Open http://localhost:8080/

Logging and Monitoring: