Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alisharify7/shatel.ir

clone of Shatel.ir
https://github.com/alisharify7/shatel.ir

bootstrap5 celery chartjs flask flask-mail flask-migrate flask-session flask-sqlalchemy flask-wtf jquery mysql normalize-css owl-carousel python python3 redis

Last synced: 3 days ago
JSON representation

clone of Shatel.ir

Awesome Lists containing this project

README

        

# Clone of Shatel.ir





Shatel is an Iranian Internet Service Provider and a "large" Local Internet registry based in Tehran, Iran . Shatel is the first ADSL2+ service provider in the country, and the first gigabit wireless network operator based on registered microwave frequency.






python -m venv venv
python3 -m venv venv

pip install -r requirements.txt
pip3 install -r requirements.txt


flask db init
flask db migrate
flask db upgrade


./scripts/runCelery.bat # for windows
./scripts/runCelery.sh # for linux & mac


python app.py
or
flask run