https://github.com/jramiroz98/Flask-Starter
This is a basic Flask app with a Login, Logout, Register and Change Password
https://github.com/jramiroz98/Flask-Starter
Last synced: 4 months ago
JSON representation
This is a basic Flask app with a Login, Logout, Register and Change Password
- Host: GitHub
- URL: https://github.com/jramiroz98/Flask-Starter
- Owner: jramiroz98
- Created: 2023-06-02T20:47:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-02T20:59:18.000Z (almost 2 years ago)
- Last Synced: 2024-08-13T07:08:19.691Z (8 months ago)
- Language: Python
- Size: 18.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - jramiroz98/Flask-Starter - This is a basic Flask app with a Login, Logout, Register and Change Password (Python)
README
# Flask-Starter-🔥
This is a basic Flask app with a Login, Logout, Register and Change Password# How to use it
1. Download all the files, feel free to clone, fork or whatever suits your needs
2. Install all the packages in the **requirements.txt** file by typing `pip install -r requirements.txt` in your terminal
3. Type `flask run` in your terminal
4. Enjoy!There is an existing username and password you can use to demo the app.
username: `jose`
password: `12345678`