Skip to content

"Online Insight Accounting" is a SaaS-based web application of an accounting consultancy. This platform enables users to manage their taxes through various subscription plans offered annually. Users can also book appointments for callbacks to receive more information before purchasing a subscription.

Notifications You must be signed in to change notification settings

Bikramai/Online-Accounting-website

Repository files navigation

How to run locally

Prerequisites

  • Python 3.6 or higher find it here
  • pip package manager is required to install the dependencies
  • venv package is required to create a virtual environment

Clone the repository

git clone repo_url

Create a virtual environment

LINUX

python3 -m venv venv
source venv/bin/activate

WINDOWS

python -m venv venv
venv\Scripts\activate

Install the dependencies, Migrations and run the server

pip install -r requirements.txt
python manage.py makemigrations accounts admins website
python manage.py migrate
python manage.py runserver

About

"Online Insight Accounting" is a SaaS-based web application of an accounting consultancy. This platform enables users to manage their taxes through various subscription plans offered annually. Users can also book appointments for callbacks to receive more information before purchasing a subscription.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published