Build your way from frontend to backend using Stackhack1.0
* Daily email updates about you pending tasks.
* Email validation with the dns so that the app can't be bluffed with wrong email.
* Login using github is provided which is an important feature for future updates of the application.
git clone https://github.com/lims-with-autorecommendation/StackHack/
cd StackHack
if you are using pipenv
pipenv install
pipenv run python3 run.py
else
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt && pip3 install -r requirements.txt
python3 run.py
set environment variables EMAIL and EMAIL_PASS for sending email to your users.
- Use flask-restful to interact with REST-API.
- Improve UI using bootstrap.
- Add login using github.
- Come up with an algorithm to sort task on the basis of priority due_date label and status.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.