Skip to content

ramos-ph/architectured-node-js-example

Repository files navigation

Getting started

  1. Clone or download the repository

  2. Install the dependencies with

$ npm install
  1. Start the Redis server
$ docker compose up -d
  1. Create a .env file based on the example:
$ cp .env.example .env

Get the mail credentials at https://ethereal.email/.

  1. 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.

About

Small project built to study software architecture.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published