Skip to content

sarafraghav/Flower-Invoice

Repository files navigation

OpenSourceAccounting

Flower Invoicing

Invoicing, Subscription Management and Accounting, for Free.

Description 📜

This repository for an open source invoicing software, Flower Apps. It is a free alternative to PayFunnels. Feel free to contanct sarafraghav1@gmail.com in case of any queries.

Installation 🧑‍💻

  1. Create and activate Virtual Environment
  2. pip install -r requirements.txt
  3. Create a new django project, copy the secret code, delete the project
  4. Set SECRET_KEY to the new code
  5. python manage.py migrate
  6. Setup SMTP server in settings.py
  7. python manage.py runserver

Test it Out 🤙

A hosted version of this is available at https://flowerapps.io for now.