Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kiminzajnr/authentication_flask


https://github.com/kiminzajnr/authentication_flask

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

        

# Authentication

### QUICK Setup

```
git clone https://github.com/kiminzajnr/Authentication_Flask.git
cd Authentication_Flask
python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt
```

#### Run the app
```
flask run
```