Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.65 KB

README.md

File metadata and controls

47 lines (36 loc) · 1.65 KB

API My Wallet 💸

Let's just say it's like the vegan leather that supports the My Wallet App ;)

About

This is an web application with which lots of people can manage their own expenses and revenues. Below are the implemented features:

  • Sign Up
  • Login
  • List all financial events for a user
  • Add expense
  • Add revenue

By using this app any user can learn how they've been using their money and always keep track of your balance.

Technologies

The following tools and frameworks were used in the construction of the project:

How to run

  1. First of all, have you already visited the front-end repository? If not, please, start there (https://github.com/gioniemeyer/my-wallet). I'll wait.
  2. Clone this repository
  3. Install dependencies
npm i
  1. Create an .env file based on env.example
  2. The files needed to create development and test database used by the application are in the folder "utils", you can use dump.sql
  3. Run the back-end with
npm run dev
  1. Now that your server is working, you may return to front-end instructions!

Bonus: If you wanna test it you can ! Run tests with

npm run test