Skip to content

Cerr0s/real-life-java-challenges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Real Life Java Challenges

Exercise 1

Create a functional project using the following frameworks and guidelines:

1.- Java 8
2.- Spring Boot Latest Version
3.- Tomcat 8
4.- Eclipse Latest Version/IntelliJ/Etc...

The project should be configured and running with no problems Spring Boot exposing a REST service with only one method with the following operations:

* Method: twitterRequest
* Operations: getTweetsByUser, getTrendingTopicsByCountry, getTweetsWithKeyword

The same method should be able to perform the three operations depending of the payload you sent.

About

Some tasks on Java Web learning and practicing

Resources

License

Stars

0 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors