Skip to content

A Expense Tracker API with Rspec tests, implemented using Sinatra and Rack

Notifications You must be signed in to change notification settings

gablemathias/expense-tracker-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expense Tracker - Web Service

  • Web application written in Sinatra that will receive incoming HTTP requests (to add new expenses or search for existing ones)
  • Database layer using Sequel
  • Set of Ruby objects to represent Expenses and glue the other pieces together

HTTP Request -> HTTP Routing Code (Sinatra Routes) -> Expense Logic (Ruby code) --> Adapter (Sequel) --> DataBase (SQLite)

About

A Expense Tracker API with Rspec tests, implemented using Sinatra and Rack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages