-
Clone or download the repository
-
Install the dependencies with
$ npm install
- Start the Redis server
$ docker compose up -d
- Create a
.env
file based on the example:
$ cp .env.example .env
Get the mail credentials at https://ethereal.email/.
- Start the server with
$ npm start
The server will be started at http://localhost:3000
.
Together with the project there is a Bruno collection that you can use to make requests.
If you want to monitor the queues, refer to http://localhost:3000/admin/queues.