A progressive Node.js framework for building efficient and scalable server-side applications.
Nest framework TypeScript starter repository.
- Redis installed in your machine:
$ docker run -d -p 6379:6379 -i -t redis:3.2.5-alpine
-
Create an account on: Ethereal Email
-
Create ".env" file on root directory with Ehereal info:
MAILER_HOST="***"
MAILER_PORT=***
MAILER_USER="***"
MAILER_PASS="***"
$ yarn install
# development
$ yarn run start
# watch mode
$ yarn run start:dev
- Proccess routes:
POST - 'http://localhost:3000/create-user'
POST - 'http://localhost:3000/create-user/batch'
- To access admin queue route:
'http://localhost:3000/admin/queues'