https://github.com/shravan20/zero-jeevan
https://github.com/shravan20/zero-jeevan
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shravan20/zero-jeevan
- Owner: shravan20
- License: mit
- Created: 2024-07-26T10:47:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-27T17:57:16.000Z (about 1 year ago)
- Last Synced: 2025-02-09T19:17:28.840Z (8 months ago)
- Language: Python
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zero जीवन
### Quickstart
```
git clone git@github.com:shravan20/zero-jeevan.git
```Change directory to flask-quickstart
```
cd flask-quickstart
```Create a virtual environment and install dependencies
```
python -m venv venv
source venv/bin/activate
python -m pip install --upgrade pip setuptools
python -m pip install -r requirements.txt
```Start the development server
```
python manage.py runserver
```That's it!
Navigate to `http://127.0.0.1:5000/` and start your new project!