ajisaq / BusinessTaxApp

1 stars 2 forks source link

Workers Record Management and Tax Collection System

The project is now fully converted to use pure bootstrap library

Use the package manager pip to install all requirements.

First thing first clone this repository with the command below

git clone https://github.com/ajisaq/BusinessTaxApp.git

Next, change directory to the root of the project


cd BusinessTaxApp

> Install requirements

```bash
python install -r requirements.txt

migrate

python manage.py migrate

finally

python manage.py runserver

Contributing

Pull requests are welcome. For major changes, recommendation, please open an issue first to discuss what you would like to change. Thank You !