Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 224 Bytes

File metadata and controls

11 lines (10 loc) · 224 Bytes

NotifyMe

This project tracks cryptocoins and allows an user to create notifications;

Instalation

create a python virtual environment
py -m venv venv
install django modules
pip install -r requirements.txt