Add README.md

This commit is contained in:
Abin K Paul 2021-04-08 11:36:57 +00:00
parent 79f94c9e85
commit 4558f8df96
1 changed files with 18 additions and 0 deletions

18
README.md Normal file
View File

@ -0,0 +1,18 @@
## Fingerprint Authentication System (Remote server)
### Development Setup:
```
virtualenv --python=$(which python3) venv
source venv/bin/activate
pip install -r req.txt
```
### Create SQLite DB:
```
python3 create_table.py
```
### Run the code
```
python3 app.py
```