First, install the required Node.js packages by running:
npm i
Create a new .env file and fill in the following details from .env.example:
PORT=
JWT_SECRET=""
ENDPOINT=""
Run the following command to initialize the database:
npm run migration
Ensure that the user is specified in the migration file.
Finally, start the application using:
npm start