Skip to content

Developer-Gitonga/BillingAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

BillingAPI

A Django app using simple model relations used to create an endpoint for the Bill creation.

Getting Started

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.

Prerequisites

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

Installing

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

Built With

  • Python - The language mostly used
  • Django - The framework used

Contact details

Email: aizensalim52@gmail.com

MIT licence

About

A Django app using simple model relations used to create an endpoint for the Bill creation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors