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.
- Host: GitHub
- URL: https://github.com/aguluman/learnable-21-winter-project
- Owner: aguluman
- Created: 2021-12-14T18:58:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-15T13:05:22.000Z (over 3 years ago)
- Last Synced: 2025-10-23T10:41:33.144Z (8 months ago)
- Topics: css, environment-variables, googleoauth, googlesignin, handlebars, html, mongodb, nodejs
- Language: JavaScript
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.