Skip to content

A Nodejs, Express, Typescript and MongoDB project

Notifications You must be signed in to change notification settings

phalconVee/fliqpay

Repository files navigation

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

About

A Nodejs, Express, Typescript and MongoDB project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages