abhidiwakar / credilinq-backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Credilinq Backend

This is the backend for credlinq clone app. Find more here

Clone

git clone https://github.com/abhidiwakar/credilinq-backend.git

Running the app

1. Install Dependencies

$ npm install

2. Create .env file and copy content of example.env in it.

3. Start the server

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

About


Languages

Language:TypeScript 90.8%Language:JavaScript 9.2%