sales and inventory management
1.0.0
This Django application offers a solution for managing business operations with an emphasis on user experience and modern web technologies. It integrates Bootstrap for front-end design and employs Ajax for dynamic sales creation. The application features models for user profiles, vendors, customers, and transactions, including billing, invoicing, and inventory management.
Follow these steps to install the necessary dependencies and set up the application:
git clone https://github.com/munuhee/sales-and-inventory-management.git
cd sales-and-inventory-managementBuild the Docker Image
docker build -t sales-and-inventory-management:1.0 .Run the Docker Container
docker run -d -p 8000:8000 sales-and-inventory-management:1.0Set Up the Virtual Environment
python3 -m venv venv
source venv/bin/activateInstall Dependencies
pip install -r requirements.txtApply Migrations and Run the Server
python manage.py migrate
python manage.py runserverSet Up the Virtual Environment
python -m venv venv
venvScriptsactivateInstall Dependencies
pip install -r requirements.txtApply Migrations and Run the Server
python manage.py migrate
python manage.py runserverStephen Murichu
Happy coding!