ADMIOS Technical Challenge

Overview

Thank you for your interest in Admios and for starting the technical challenge!

The included Admios Techincal Assignment contains general requirements and a set of specific requirements to accommodate different specializations:

  • Back End
  • Front End
  • Full Stack
  • Mobile
  • DevOps

You only need to choose ONE specialization based on your skill set.

If you have any question, please send us an email to codesubmit@admios-sa.com

Good Luck!

The Admios Hiring Team

Instructions

Backend

cp .env.example .env
cd /backend
yarn install
yarn docker:dev

Frontend

cp .env.example .env
cd /frontend
yarn install
yarn start

Storybooks

cd /frontend
yarn storybook