https://github.com/akkupy/login_signup
A login and signup webpage based on python flask!
https://github.com/akkupy/login_signup
backend backend-service flask heroku login-forms login-page login-system python3 singupform
Last synced: about 1 month ago
JSON representation
A login and signup webpage based on python flask!
- Host: GitHub
- URL: https://github.com/akkupy/login_signup
- Owner: akkupy
- License: gpl-3.0
- Created: 2021-08-15T08:17:53.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-17T18:31:43.000Z (almost 5 years ago)
- Last Synced: 2025-01-21T17:49:19.467Z (over 1 year ago)
- Topics: backend, backend-service, flask, heroku, login-forms, login-page, login-system, python3, singupform
- Language: CSS
- Homepage:
- Size: 468 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A Login/Signup Web App
A Web application on Login!
Based on Python Flask and MySQL
# Deploying To Heroku
[](https://heroku.com/deploy?template=https://github.com/akkupy/Login_Signup)
# Steps To Follow On Heroku
* Click Deploy To Heroku
* Fill up the App name
* Fill The Database Host ,User ,Password and Database.
* Deploy
* Wait for the deployment
* Check if the site works on going to https://{app-name}.herokuapp.com!
# Self-hosting (For Devs)
## Simply clone the repository and run the main file:
```sh
# Install Git First // (Else You Can Download And Upload to Your Local Server)
$ git clone https://github.com/akkupy/Login_Signup
# Open Git Cloned File
$ cd Login_Signup
# Config Virtual Env (Skip is already Done.)
$ virtualenv -p /usr/bin/python3 venv
$ . ./venv/bin/activate
# Run Setup
$ python(3) -m setup
```

