https://github.com/KosyanMedia/test-tasks/tree/feature/gates_fullstack_test/gates_team_fullstack
- python >= 3.6
- pipenv >= 2018.11.26
- node >= 8.10
- npm >= 5.6
Clone the repo git clone git@github.com:hutsi/aviasales-test.git
cd backendpipenv installpipenv shellFLASK_APP=server.py flask run(make sure server is running on http://127.0.0.1:5000)
cd frontendnpm inpm start- open
http://127.0.0.1:8030in browser
enjoy :)
