Skip to content

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

Notifications You must be signed in to change notification settings

gzcharleszhang/Lejr

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

No packages published