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

https://github.com/itsmaheshkariya/flask-login

Python Flask Login with SQLite.
https://github.com/itsmaheshkariya/flask-login

flask login python python3 sqlite sqlite3

Last synced: about 1 year ago
JSON representation

Python Flask Login with SQLite.

Awesome Lists containing this project

README

          

# Flask Login and Registration
Flask Login and Registration System through SQLite.
### Git Clone
``` git clone https://github.com/maheshkareeya/flask-login.git```
### Change Directory
```cd flask-login```
### Note : Install Python and Postman for your system
```pip install virtualenv```

```source bin/activate```

```pip install flask flask-sqlalchemy flask-login```
### Export
```export FLASK_APP=app.py```

```export FLASK_DEBUG=True```

``` flask run ```
### Create DB
```python```

```from app import db```

``` db.create_all() ```
``` exit() ```
### Start Server
```flask run```
### Open Browser
http://localhost:5000

### Demo
![alt text](https://user-images.githubusercontent.com/16520789/71319725-f2463280-24c7-11ea-9e73-729dd79c6681.png "Node File Explorer")
![alt text](https://user-images.githubusercontent.com/16520789/71319729-fffbb800-24c7-11ea-9cad-a62dd1dd5509.png "Node File Explorer")
![alt text](https://user-images.githubusercontent.com/16520789/71319732-0ab64d00-24c8-11ea-99f2-189e753519b8.png "Node File Explorer")