Created using Flask and MongoDB
- app.py
- requirements.txt
- Procfile (for Heroku deployment)
- dir\todo
- dir\static
- dir\assets
- emoji.css
- emoji.js
- style.js
- twemoji.min.js
- dir\images
- favicon.png (16x16)
- no.png (25x25)
- yes.png (25x25)
- dir\assets
- dir\templates
- index.html
- searchlist.html
- update.html
- dir\static
pip install flask
pip install bson
pip install pymongo
pip install gunicorn
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.