An open API service indexing awesome lists of open source software.

https://github.com/aguluman/learnable-21-winter-project

A RESTful api for a Bank.
https://github.com/aguluman/learnable-21-winter-project

css environment-variables googleoauth googlesignin handlebars html mongodb nodejs

Last synced: 2 months ago
JSON representation

A RESTful api for a Bank.

Awesome Lists containing this project

README

          

# Learnable-21

A Restful Api designed for a Bank.

The API performs CRUD requests for the user

The bank api, handles User Login/Sign-Up using Google's OAuth API.

The User can create a transaction request, i.e making a transfer to another bank.

The API routes handles
-Transaction History,
-Transaction Performance, whether the money sent is successful or failed
-Log out(end a session).

The Database model was created with Mongoose and recorded on MongoDB.