This is a simple application made with academic purposes. It's very insecure, very basic and very, very ugly.
Users can:
- Request overdrafts
- Transfer money
Auditors can list users' transfers.
Administrators can:
- List users' transfers.
- Create users.
- Manage overdraft requests (approve or deny).
Neither Admins or Auditors have money nor the ability to request it.
sudo mysql
Execute the following command inside your mysql
console:
source /path/to/repo/create_database.sql
It should setup the required database, already populated with some users for the app.
Using simple npm
:
npm install
npm start