propromo-software / propromo.rest

RestAPI for propromo (php) and propromo.ts.
https://rest-microservice.onrender.com
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Propromo rest microservice

Deployments

https://rest-microservice.onrender.com

Status

https://propromo.openstatus.dev

Development

To start the development server run:

bun run dev

Open http://localhost:3000/ with your browser to see the result.

Testing

cov

bun test

Production

Deployment

# build and push the image in . to heroku
heroku container:push web
# deploy the container to heroku using the pushed image
heroku container:release web

Environment variables

process.env.<ENV_VAR_NAME>