chemokita13 / beReal-api

A not official BeReal rest API in wich you can get all posts info, comment, upload a post...
https://berealapi.fly.dev
70 stars 5 forks source link
befake bereal

BeReal restAPI (not official)


How to use it


Local instalation

git clone https://github.com/chemokita13/beReal-api
cd beReal-api

Docker

docker build -t bereal-api .
docker run -p 3000:3000 bereal-api

Node (without docker)

npm install
npm run build
npm run start:prod

And you will have it deployed in http://localhost:3000



Thanks for view!