Skip to content

jrevillas/SOS-RESTful-API

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SOS-RESTful-API

Authors: [Javier Ruiz Calle] (https://github.com/javiruiz01) and [Yerai Zamorano] (https://github.com/yerai).

Assignment for the subject Service Oriented Systems (SOS) of the Technical University of Madrid.

The assignment was to try and make an API for a social network, where you only need to have in mind that there are users, posts and friends.

The database is in the database.sql file, where all the entities are defined, as well as some examples.

All the logic is in the API.java file, who calls to the DatabaseQuery.java file, who is in charge of making all the diferent queries.

Finally, we provide a client to test all the different methods.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%