Skip to content

gzcharleszhang/Lejr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lejr - Winner of RBC's Best REST API Prize at UofTHacks V

To Use the API:

  • POST /register
parameters: {
    username: String,
    password: String,
    email: String,
}
response: {
    success: Boolean,
    message: String
}
  • POST /login
parameters: {
    username: String,
    password: String
}
response: {
    success: Boolean,
    message: String
}
  • POST /request
parameters: {
    sender: String,
    recipient: String,
    amount: Number
}
response: {
    success: Boolean,
    message: String
}
  • GET /ledger
response: [{
    sender: String,
    recipient: String,
    amount: Number,
    fulfilled: Boolean,
    invoiceNumber: String
}]

About

🏆Winner of RBC's Best API Prize at UofTHacks V. Keep track of your "friend loans" and remind them to pay you back!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors