Banking transaction management app
The purpose of this project is to implement a web application to manage banking transaction (API and Frontend).
-
FRONT-END:
reactjs
-
BACK-END:
nodejs (fastify)
-
DATABASE:
mongodb
What do you need to install ?
$ npm
$ nodejs (14.x)
$ mongodb
Clone and go into the backend directory.
$ npm install
$ Setup env variable depending on the .env.example
$ npm start
Clone and go into the frontend directory.
$ npm install
$ npm start