- You can read API docs here (some routes are not working on swagger but only in it, yes in fetch, axios, postman...)
- Is done by my BeReal client (but with some changes)
- Only I want if you use it, is one star ⭐
- Contact me for errors or explanation (my email is in my gh profile) or also in repo's discussions or iusses
- Just check the API docs made by swagger (but dont try to execute the examples, try it in postman or something similar)
- API url is https://berealapi.fly.dev
- The API is deployed in fly.io (thanks to them for the free hosting)
- Download the repo:
git clone https://github.com/chemokita13/beReal-api
cd beReal-api
- Build the image
docker build -t bereal-api .
- Run it
docker run -p 3000:3000 bereal-api
- Install packages and build
npm install
npm run build
- Run it
npm run start:prod
And you will have it deployed in http://localhost:3000
Thanks for view!