/woovi-bank-crud

A repo to woovy backend challenge

Primary LanguageTypeScript

WooBank Crud

Features

  • Account creation
  • Login
  • Make transactions
  • Get transactions
  • Get Account balance

Installation and Project Setup

Prerequisites

  • Node.js installed
  • Yarn installed

Steps to run

  1. Install dependencies

    yarn
    
  2. Change env variables

    .env.example to .env
    
  3. Start backend server

    yarn dev
    

Running Tests

  • Run tests

    yarn test
    

How to build

  1. Install dependencies

    yarn
    
  2. Change env variables

    .env.example to .env
    
  3. Build the server

    yarn build
    
  4. Run build

    yarn start
    

Deployment

The application is available at: https://woovi-bank-crud.vercel.app

License

This project is licensed under the MIT License.