Skip to content

adebayoileri/Expense-tracker-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expense-tracker-App

This app is a simple expense tracker or budget tracker. It lets you record your expenses sort of like a checkbook register (by date, including a description, etc.) , but has separate columns for different expense categories for recording and totaling your expenses.

API Endpoints

Endpoint Functionality
POST api/v1/auth/signup Register a user
POST api/v1/auth/login Login a user
GET /api/v1/expenses Fetch all the expenses of a logged in user
GET api/v1/expenses/:expenseId Fetch an expense that belongs to a logged in user
POST /api/v1/expenses/create Create an expense.
PUT /api/v1/:expenstId Modify an expense.

Installation

Clone the repo to your local machine

  • Run npm install to install all dependencies
  • Run npm start to start up server
  • Run npm run test for testing

Hosted Pages

License

GitHub license

Contribute To This Project

PRs Welcome PRs Welcome Open Source Love svg1

Author

Adebayo Ilerioluwa

About

This app is a simple expense tracker or budget tracker. It lets you record your expenses sort of like a checkbook register (by date, including a description, etc.) , but has separate columns for different expense categories for recording and totaling your expenses.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors