A Django app using simple model relations used to create an endpoint for the Bill creation.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
Django and Python Needed
First you need to clone this project to your local machine
git clone https://github.com/Developer-Gitonga/BillingAPI
First we install virtualenv and activate it
To install it run the command
pip3 install virtualenv
After the installation is done, now its time to activate the env
source env/bin/activate
Next we need to install all the requirements for the project from the requirements.txt file
pip3 install -r requirements.txt
Now its time to run the code
python3 manage.py runserver
Email: aizensalim52@gmail.com