https://github.com/uber830/login-flask
https://github.com/uber830/login-flask
bootstrap5 flask python
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/uber830/login-flask
- Owner: Uber830
- License: mit
- Created: 2023-02-28T07:28:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-03T04:52:39.000Z (over 3 years ago)
- Last Synced: 2025-03-06T05:33:54.683Z (over 1 year ago)
- Topics: bootstrap5, flask, python
- Language: Python
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# login-flask
Creating a project using registration and login with python and flash.
### Installation
First, clone the repo
```sh
git clone git@github.com:Uber830/login-flask.git
```
move inside the folder
```sh
cd firts-website-flask/
```
run the following command
```
pip install -r requirements.txt
```
insert your connection variables to the database.