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 [email protected]:hutsi/aviasales-test.git
cd backend
pipenv install
pipenv shell
FLASK_APP=server.py flask run
(make sure server is running on http://127.0.0.1:5000)
cd frontend
npm i
npm start
- open
http://127.0.0.1:8030
in browser
enjoy :)