Skip to content

chidi-godwin/faris

Repository files navigation

Faris Transactions API

Description

Faris Transactions - simple transaction aggregator application

Application

  • Live URL - Faris Transactions
  • API Documentation - Faris Transactions API Documentation
  • Note - Faris Transactions is hosted on a free spot instance that goes standby after 15 minutes of inactivity. This standby is temporary and the system would be resumed on receiving it's first request which migh take a 30s delay to restart.

Dependencies

Installation

  • Instructions

    • setup a local database

    • create a .env file with .env.example file and put in appropriate values

    • Install dependencies

      yarn install
    • Migrate database

      yarn prisma migrate dev --name 'initial migration'

Running the app

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod

Stay in touch

About

Take home assignment for Masref

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published