Skip to content

pferrariog/mylove-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MY LOVE API

Created to send love to beloved one and soulmate!

Requirements to use

  • Python 3+ installed
  • Love

How to run

  • Clone repository
    git clone https://github.com/pferrariog/mylove-api.git
  • Create a virtual environment
    python -m venv venv
  • Activate it
    .\venv\Scripts\activate (Windows) || source ./venv/bin/activate (Linux)
  • Install dependencies
    pip install -r requirements.txt
  • Install pre-commit hooks
    pre-commit install --hook-type pre-commit --hook-type commit-msg --hook-type pre-push
  • Be happy spreading love
    flask run

TODO (Improvements)

  • Add more unit tests w/ mocks and other stuff
  • Add authentication w/ JWT (maybe)
  • Render a template to beautify it
p.s.: disis4ubabe

Releases

No releases published

Packages

No packages published

Languages