Skip to content

tino-tg/air-poll

Repository files navigation

repo_image

AirPoll App

AirPoll is a young, international startup which is aware of the fact, that the hazards of air pollution will remain invisible without air quality data. AirPoll has developed and placed air quality monitors all over the world in order to provide the largest air quality database. You have been hired by the company as a fullstack developer to build an air quality app that makes it possible for everyone to check the air quality in their cities.

Makefile

In order to use the comfy make commands you should have the Make Automation Tool installed, but it is not absolutely necessary to get the work done.
You can check by running make -v or gmake -v - each is equally efficient from v3 or later

Makefile support for your IDE

Jetbrains or VS Code

Setup

Make sure to have yarn and Docker (including docker compose) installed.

Make setup

make setup

Or step by step

1. Backend

Follow the backend setup instructions

2. Frontend

Follow the frontend setup instructions

How to run the application

Make start

make start

Or step by step

1. Backend

Follow the backend start instructions

2. Frontend

Follow the frontend start instructions

URL

Visit https://localhost

PM2

For detailed explanation on how things work, run

yarn help:me

or check out the docs for PM2 docs.

Accenture Code.Now challenge!

see GitHub

Submission

  • After you completed the challenge, upload it to your github page and make it public (so our team can review it)
  • Use our npm plugin to submit your work

Copyright and License

Copyright (c) 2020 Accenture AG

Code released under the MIT License.