Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 812 Bytes

README.md

File metadata and controls

46 lines (28 loc) · 812 Bytes

Fliqpay

A lightweight payment and reconciliation service.

Requirements

NodeJS

Install global TypeScript and TypeScript Node

npm install -g typescript ts-node

Getting Started

Install MongoDB on your local machine, and manage collections via MongoDB Compass GUI.

After that go into the project directory and find .env file. Replace the MONGO_PORT, MONGO_URL, and other environment variables inside the file to enable the app to run well.

Clone this repository

git clone [email protected]:phalconVee/fliqpay.git .

Then install the dependencies

npm install

Start the server

Run in development mode

npm run dev

Run in production mode

npm run prod