Skip to content

acolima/my-wallet-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

API created to be used by MyWallet APP

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages