Skip to content

Sigmanificient/bday-reminder

Repository files navigation

Bday-reminder

Scrutinizer Code Quality GitHub code size in bytes GitHub repo size Lines of code GitHub GitHub last commit

A Flask based application for birthday saving.

Installation

Clone the repository

git clone https://github.com/Sigmanificient/bday-reminder.git

If you are on GNU/Linux, you can use the makefile configuration

make

Otherwise, you must install the dependencies manually.

  • Install a python virtualenv (optional)
python -m venv venv
# Activate the virtualenv
  • Install the bday_reminder package as editable
pip install -e .
  • Install Sass cli tool
yarn install
  • Build the static files
sass --style compressed bday_reminder/static/scss/style.scss:bday_reminder/static/css/style.css
  • Run the application
python bday_reminder

Create the user

make user

Or manually:

python scripts/dummy.py