https://github.com/kiranmantha/bhavautomation
https://github.com/kiranmantha/bhavautomation
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kiranmantha/bhavautomation
- Owner: KiranMantha
- Created: 2025-01-09T11:27:20.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-03-05T05:47:56.000Z (3 months ago)
- Last Synced: 2025-03-05T06:32:12.491Z (3 months ago)
- Language: Python
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting started
Run following commands1. `python3 -m venv automation_env` //1st time only
2. `. automation_env/bin/activate` //to activate environment
3. `deactivate` //to deactivate environment
4. `pip install requirements.txt` //install all the app dependencies
5. `flask --app main --debug run` or `python main.py` //to run the web application## To deploy on vercel
1. `pip freeze > requirements.txt`
2. https://www.youtube.com/watch?v=LaMVBDbUtMA