Skip to content

shadforth/hacker-name-generator-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacker Name Generator

Generate a cool hacker name to show off.

Table of Contents

Getting Started

Refer to the Flask documentation for more information on how to run or host a Flask application: https://flask.palletsprojects.com/en/2.1.x/quickstart/

Prerequisites

Modules

# Flask
pip install flask

# Gunicorn
pip install gunicorn

Running the Application Locally

# Run the program.
python main.py

# Deploy the flask application locally with Bash.
$ export FLASK_APP=app
$ flask run

# Deploy the flask application locally with CMD.
> set FLASK_APP=app
> flask run

Deployment

# Start command when hosted by third-party.
gunicorn app:app

About

Generate a cool hacker name to show off.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •