Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)