Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 626 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 626 Bytes

alvysion_technical_test

Banking transaction management app

Alvysion Technical Test

DESCRIPTION

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

PREREQUISITES

What do you need to install ?

$ npm
$ nodejs (14.x)
$ mongodb

HOW TO BUILD

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