This repo contains a basic NestJS app to be used as base for our tech interview. Details about what is (and what is not) expected, delivery and more can be found on this site.
cd mxa-tech-interview
npm install
- Start the app with
npm run start:dev
docker build -t tech-interview-nest .
docker run -p3000:3000 tech-interview-nest