RemcoHalman / small-company-billing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Billing registration (Working title)

A'n simple online app for billing and registration. To make your live a little more easier. And make more time for the things you like/want to do

Used By (Currently still in development)

This project is used by the following companies:

  • Company 1

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project's code of conduct.

Installation

Install the project with docker (in development)

Run Locally

Clone the project

  git clone https://github.com/RemcoHalman/small-company-billing.git

Go to the project directory

  cd small-company-billing

Install dependencies

  python3 -m venv venv
  source venv/bin/activate
  pip install -r requirements.txt

Start the server

  ./manage.py runserver

About


Languages

Language:Python 93.0%Language:Makefile 3.7%Language:HTML 2.6%Language:Dockerfile 0.7%