Skip to content

Latest commit

 

History

History
63 lines (49 loc) · 2.03 KB

README.md

File metadata and controls

63 lines (49 loc) · 2.03 KB

MyWallet API

API for MyWallet, an easy and simple way to manage your financial transactions.

Implemented features

  • Create a new account and login
  • List with all the transactions with the date, description and cost
  • Register new incomes and expenses
  • Delete and edit your records

Technologies

Node MongoDB Express Heroku

How to run

  1. Clone this repository
git clone git@github.com:acolima/my-wallet-api.git
  1. Go to the project directory
 cd my-wallet-api
  1. Install dependencies
npm i
  1. You need to have mongo installed and running

  2. Create a .env file with the same structure of .env.example and change the values of the enviroment variables

MONGO_URI={MONGO CONNECTION STRING}
PORT={PORT THAT YOU HAVE SETTLED}
  1. Run project with
npm run dev

⭐ You can check the front-end repository of this project here and follow the instructions to run

⭐ API documentation can be found at the Wiki tab or here

Author

LinkedIn Gmail