Skip to content

Experimental REST API for keeping track of expenses with auth and crud ops

Notifications You must be signed in to change notification settings

lrbn86/expense-tracker-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expense Tracker API

RESTful API to manage expenses

Features

  • JWT Authentication
  • Manage expenses with CRUD operations
  • Filter expenses by date/time and categories

Endpoints

Method Path Description
GET /expenses Get all expenses with optional filter
GET /expenses/:id Get a expense
POST /expenses Create a new expense
PUT /expenses/:id Update a expense
DELETE /expenses/:id Delete a expense

Development

  1. Fork this repository
  2. Clone the forked repository to local
  3. Make commits and create pull requests to main repository

About

Experimental REST API for keeping track of expenses with auth and crud ops

Resources

Stars

Watchers

Forks