SolForte / projeto14-mywallet-back

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Wallet

My Wallet is a finance management application.

About

This project is a web API. Implemented features are:

  • Sign Up;
  • Sign In;
  • Get Transaction History;
  • Add Expense/Revenue (Transaction).

Technologies

The following dependencies and technologies were used in this project:

javascript express node mongodb

How to run

  1. Clone this repository
  2. Install Dependencies
npm install
  1. Create a /.env file and add the environment variable DATABASE_URL with the address of your database. An example of /.env file is avaiable on /.env.example:
DATABASE_URL=http://localhost:3000
  1. Run the app with
npm start

About


Languages

Language:JavaScript 100.0%