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.
- Host: GitHub
- URL: https://github.com/viveknaskar/social-media-restful-web-services
- Owner: viveknaskar
- Created: 2020-11-22T10:09:15.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-29T22:10:58.000Z (almost 5 years ago)
- Last Synced: 2023-08-29T19:20:04.994Z (about 2 years ago)
- Topics: java, rest-api, swagger-documentation
- Language: Java
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```