A lightweight payment and reconciliation service.
Install global TypeScript and TypeScript Node
npm install -g typescript ts-node
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.
git clone [email protected]:phalconVee/fliqpay.git .
Then install the dependencies
npm install
Run in development mode
npm run dev
Run in production mode
npm run prod