Skip to main content

Getting Started

Before setting up the event service, ensure you have the following prerequisites

Prerequisites

  • Node.js - Version 20 or later
  • NestJS - Familiarity with NestJS framework
  • PostgreSQL - Database for storing event data

Setting Up Locally

Follow these steps to set up the event service on your local machine:

  1. Install Node.js
    If you haven’t already installed Node.js, download it from the Node.js official website. Follow the installation instructions for your operating system.

  2. Install PostgreSQL
    Download and install PostgreSQL from the PostgreSQL official website. Follow the instructions based on your operating system to complete the installation. During installation, take note of the username and password you create for the database.