Skip to content

jabardigitalservice/aljabbar-service

Repository files navigation

Aljabbar Service

Tech Stack

  • nodejs
  • typescript
  • http (express default)
  • database (mongo default)

Get Started

  1. clone repository
$ git clone git@github.com:jabardigitalservice/aljabbar-service.git
  1. install node
$ npm install
  1. Copy .env from .env.example
$ cp .env.example .env