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

https://github.com/shravan20/zero-jeevan


https://github.com/shravan20/zero-jeevan

Last synced: 4 months ago
JSON representation

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!