An open API service indexing awesome lists of open source software.

https://github.com/viveknaskar/social-media-restful-web-services

A small application (intended to be like a social media application) to expose users and their posts using RESTful web services. Also, added Swagger to expose the endpoints.
https://github.com/viveknaskar/social-media-restful-web-services

java rest-api swagger-documentation

Last synced: 8 months ago
JSON representation

A small application (intended to be like a social media application) to expose users and their posts using RESTful web services. Also, added Swagger to expose the endpoints.

Awesome Lists containing this project

README

          

# Social Media Rest Web Services

A small application to expose users and their posts using RESTful web services.

## Technology Stack
1. OpenJDK 11
2. H2 Database
3. Spring Boot 2.4.0
4. Maven 3.6.3
5. Swagger Documentation

## Documentation

Once the application is started, just run either of the below URLs in the browser to get the Swagger documentation.

```http://localhost:8080/swagger-ui/```

or

```http://localhost:8080/swagger-ui/index.html```