A NestJS API to play wordle
$ yarn install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
API | https://wordle-api-v52u.onrender.com |
Swagger | https://wordle-api-v52u.onrender.com/docs |
docker run -d -p 27017:27017 -e MONGO_INITDB_ROOT_USERNAME=root -e MONGO_INITDB_ROOT_PASSWORD=secret -v /Users/$USER/.mongodb5:/data --name mongodb mongo:5
📦 Envpack an utility to pack and unpack dotenv files.
npx envpack -i localhost.zip