Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alisharify7/shatel.ir
- Owner: alisharify7
- Created: 2024-02-14T16:14:39.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-02T15:15:11.000Z (8 months ago)
- Last Synced: 2024-04-03T15:31:16.390Z (8 months ago)
- Topics: bootstrap5, celery, chartjs, flask, flask-mail, flask-migrate, flask-session, flask-sqlalchemy, flask-wtf, jquery, mysql, normalize-css, owl-carousel, python, python3, redis
- Language: Python
- Homepage: https://github.com/alisharify7/Shatel.ir
- Size: 36.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 venvpip 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