This is a bank application server API written in typescript.
- Install MongoDb
- Install NodeJs
-
Replace API_KEY in
.env
file with your own API_KEY for a text messaging service. Replace also the url intext.messenger.ts
file. Do these for the password reset endpoint to work.
- git clone
https://github.com/alienjedi/banking-api.git
- yarn install
- yarn start
- yarn test
@awkfiati