A secret project where we simply change the world
git clone [email protected]:grichka/poc-fra-hackathon-backend.git
npm i
npm test
npm start
docker build . -f docker/Dockerfile -t hackathon-backend
docker run -d --name hackathon-backend -p 3000:3000 hackathon-backend
Name | Description |
---|---|
PORT | default: 3000 |
FASTIFY_CLOSE_GRACE_DELAY | default: 500 |
SDL_HOST | default: 'https://sdl.onerecord.fr' |
SDL_API_KEY | default: 'xxx' |
NEONE_HOST | default: 'https://neone.onerecord.fr' |