Skip to content

jcnapoles/tweetsmanager-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tweetsmanager-service

Service to manage tweets

First

You have to add the credentials to access the service in the twitter4j.properties configuration file where you can find how to obtain them here https://developer.twitter.com/en/docs/twitter-api/getting-started/getting-access-to-the-twitter-api

Second

Then you have to build the config server with the configuration of this service, bootstrapping the configuration and adding the commented dependencies.

Third

Then you have to install the eureka server to register and locate the service.

Endpoints

  • GET /api/tweets
  • GET /api/tweets/{id}
  • POST /api/tweets/{id}
  • PATH /api/tweets/{id}
  • GET /api/hashtags
  • GET /api/users

About

Service to manage tweets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages