This project is a web application that is used to query users and update their account balance.
For this project the following technologies were used:
- node 16.17.0
- npm 9.4.2
- react 13.4.0
- bootstrap 5.2.3
- axios 1.3.4
For this web system the api in https://atmapi.fly.dev/ was used.
To read more about firebase: https://firebase.google.com/docs/web/setup
This project is temporarily hosted on firebase: https://atm-rtd-front.web.app/
To upgrade to production run firebase deploy after npm run build.
To see more about the api: AtmApi.
To do basic operations such as inserting users and updating their balance.
In the case of updating the user's balance, two operations can be carried out: deposit or withdraw money from your account.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify