Mobisoft Node Test

  • Clone the repository

    git clone git@github.com:azuy212/mobisoft-node-test.git
  • Change Directory

    cd mobisoft-node-test/

Start Backend

  • Install Backend dependencies

    yarn install
  • Start backend server

    yarn start

Start Frontend

  • Change Directory to client

    cd client
  • Install Front dependencies

    yarn install
  • Start frontend server

    yarn start