Skip to content

Latest commit

 

History

History
77 lines (57 loc) · 2.37 KB

README.md

File metadata and controls

77 lines (57 loc) · 2.37 KB

HBDU

HBDU (Happy-BirthDay-U) is a website for your friends' birthday. Enter your friend's name then send the link!

Test_Lint Python: 3.8 License: GPL Release Last commit Follow me

Screenshot

Table of contents

Requirements

For requirements see requirements.txt

Templates credit:

Setup

(ROOT_PROJECT_DIR)$ pip3 install -r requirements.txt # You can use virtual env too.

Run

just

(ROOT_PROJECT_DIR)$ ./run.sh

or

(ROOT_PROJECT_DIR)$ export FLASK_APP=src/HBDU/
(ROOT_PROJECT_DIR)$ export FLASK_ENV=production # or development for developing
(ROOT_PROJECT_DIR)$ flask run

or using docker

(ROOT_PROJECT_DIR)$ ./run_docker.sh # 127.0.0.1:PORT

Contributing

I will be glad! Open an issue first or work on your assigned issue.

Bug Reporting

If you have found any important bug or vulnerability, open an issue or contact me please.

email: ebsa491@gmail.com

TODO

See TODO.md

Other

Nothing more! Just pay attention to LICENSE and enjoy my free software.