/wallet

wallet is an API for manage personal finance made it with NodeJS, Express and PostgreSQL.

Primary LanguageJavaScript

wallet

Personal Finance Manager

Introduction

wallet is a personal project to manage personal finance. The API allow users create, search, update and delete easily their financial movements.

The functionallity of a previous version you can use it here

Step by Step: run wallet in your machine

To run it locally you must clone this repo and run the next commands:

npm cmd root/backend
npm install

Install PSQL (PostgresSQL) (you can download it here). To set up you local db follow the next steps:

  1. Create a new database called wallet
  2. Right click in the database wallet (created before) and go to Query Tool.
  3. Click on the "Open File" icon and open the file wallet-api-db-tables.sql. Then push the "Play" icon (execute). You already have you tables.
  4. Repeat the last step with with the file wallet-api-db-types-by-default.sql. You hace in types table the default types.

In this location create a .env file as the .env.git enviroment variables detail.

To use wallet run the project with the command

npm start

If you have some troubles, or you find something wrong, please let me know.

Happy codding :)