Skip to content

akkupy/Login_Signup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Login/Signup Web App

A Web application on Login!

Based on Python Flask and MySQL

Deploying To Heroku

Deploy To Heroku

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:

# 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