Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kiminzajnr/authentication_flask
https://github.com/kiminzajnr/authentication_flask
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kiminzajnr/authentication_flask
- Owner: kiminzajnr
- License: mit
- Created: 2024-09-02T18:48:07.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-09-11T12:24:23.000Z (4 months ago)
- Last Synced: 2024-11-09T16:16:17.410Z (2 months ago)
- Language: HTML
- Size: 7.81 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```