Techs used :
- Backend
- Front end
- Clone the repository in you local.
- In your terminal, type
cd backendto jump into the backend folder. - Into the backend folder, you should type
npm ito install all the dependencies packages, - Then you should type
npm run devto run the backend. - Now you should get back to the root folder, and jump into the mobile folder.
cd ..cd mobile - Then you should type
npm ioryarnto install all the mobile dependencies. - Then you should type
npm run androidoryarn androidto install all the android dependencies in your emulator.
Now the app should running at you emulator. You should create an account and log in the application. When the app log, the test is over.
Special thanks to inHouse and Pablo Lopes to give me the opportunity to make this test and show how much can i code.