This project was a test project for an company. Whitin this project yo can see some features according to app called "Personas", this app is an application for end-client for a Colombian bank company ("Bancolombia")
- Transfer money to account save by the client (when the account number was saved by the user).
- Transfer money to account no saved by the client (The user need to type account number destination)
- Tranference money by reading a qr code
- Receive money by generating a qr code, it can be with a specific amount or a free amount
- node.js
- Express
- Mongoose
- Mongo Db
- Jwt
Requires Node.js v14+ to run.
Install the dependencies and devDependencies and start the server. Also you need to create the .env file, this file contains all of the environment variables
cd <project-name>
npm i
node run start