NodeJS Typescript Aplication for Walmart tecnical test.
npm install
npm run dev
npm run test
It's required to specify environment variables on your .env file:
- NODE_ENV
- PORT
- MONGO_USERNAME
- MONGO_PASSWORD
- MONGO_HOST
- MONGO_PORT
- MONGO_DATABASE
- MONGO_AUTH_DB
For Docker compose, run this command to create service and database mongo.
docker-compose up -d