Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/potlaetu/picit-api
API for the PicIt social network
https://github.com/potlaetu/picit-api
api java spring-boot swagger-ui
Last synced: 7 days ago
JSON representation
API for the PicIt social network
- Host: GitHub
- URL: https://github.com/potlaetu/picit-api
- Owner: PotlaETU
- Created: 2024-11-16T13:56:13.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-05T20:39:52.000Z (about 2 months ago)
- Last Synced: 2025-01-25T06:42:07.696Z (7 days ago)
- Topics: api, java, spring-boot, swagger-ui
- Language: Java
- Homepage:
- Size: 259 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PicIt API
API that hadles all the back-end for the PicIt social network
## Environment Variables
- Copy the `src/main/resources/application-env.yml.example` to `src/main/resources/application-env.yml`
- Update the `src/main/resources/application-env.yml` with the following variables:
`JWT_SECRET_KEY`: The secret key for the JWT token (256 bits key that can be generated with the command `openssl rand -base64 32`, or use websites)
## Swagger documentation
- The API documentation is available at [Swagger Doc](http://localhost:8081/swagger-ui/index.html)