This is the REST API for the Fluffyboard Project.
You can test out a demo of the REST API here:
fluffy-board-rest-api.oblivioncoding.pro
Contributions are always welcome!
To deploy this project you can use the docker container on dockerhub:
Checkout docker-compose.yml to spin up a instance with dockerized scylla-db.
Currently scylla-db is used without authentication and sharding.
To run this project, you will need to add the following environment variables to your .env file or the docker-compose.yml
JWT_AUTH_SECRET
: Set this secret for Json Web Tokens. It is recommended to change this.
SCYLLA_URI
: Your database connection URI. When used with docker-compose you can change to scylla:9042
Checkout the Github Project