Skip to content

Latest commit

 

History

History
73 lines (49 loc) · 1.24 KB

README.md

File metadata and controls

73 lines (49 loc) · 1.24 KB

Amaw Finance API

Overview

This module is an API that is part of the Amaw Finance project, which is a personal financial control platform that runs in the NodeJS environment, written in Typescript and uses the PostgresSQL database.

Contribute

  1. Clone the repository:
git clone https://github.com/wendelsantosd/amawfinance-api.git
  1. Enter the amawfinance-api directory:
cd amawfinance-api
  1. Install dependencies:
npm i

or

yarn
  1. Start development server:
npm run dev

or

yarn dev

The last step will run the API with nodemon, enabling hot reload.

Contact us

Wendel Santos, 2022.

wendelwcsantos@gmail.com