The following are the recommended options, but you're free to use any means to get started.
- Populate
.env
file with the environment variables given in the problem set we send to you through email - Click on
Show Live
and you should seeWelcome to EQ Works 😎
- Clone this repository
- Install Python level dependencies.
$ pipenv install
or$ pip install -r requirements.txt
$ pipenv run SQL_URI=<SQL connection URI> ./start.sh
whereSQL_URI
value should be given in the problem set we send to you through email- Open your browser and point to
localhost:5000
and you should seeWelcome to EQ Works 😎
- Clone this repository
- Create and populate
.env
file with the environment variables given in the problem set we send to you through email $ docker-compose up
(or$ docker-compose up -d
to run as a daemon)- Open your browser and point to
localhost:5000
and you should seeWelcome to EQ Works 😎
Make sure any additional Python level dependencies are properly added in Pipfile
. We encourage a healthy mixture of your own implementations, and good choices of existing open-source libraries/tools. We will comment in the problems to indicate which ones cannot be solved purely through an off-the-shelf solution.