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.
- Clone the repository:
git clone https://github.com/wendelsantosd/amawfinance-api.git
- Enter the amawfinance-api directory:
cd amawfinance-api
- Install dependencies:
npm i
or
yarn
- Start development server:
npm run dev
or
yarn dev
The last step will run the API with nodemon, enabling hot reload.
Wendel Santos, 2022.