Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.34 KB

File metadata and controls

37 lines (28 loc) · 1.34 KB

inHouse-full-stack-test

Hello ! This is my full stack test for inHouse

Let's check what I've used to build this

Techs used :


How to use

  • Clone the repository in you local.
  • In your terminal, type cd backend to jump into the backend folder.
  • Into the backend folder, you should type npm i to install all the dependencies packages,
  • Then you should type npm run dev to 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 i or yarn to install all the mobile dependencies.
  • Then you should type npm run android or yarn android to 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

Special thanks to inHouse and Pablo Lopes to give me the opportunity to make this test and show how much can i code.