Skip to content

truonghoangthuan/django-invoice-management

Repository files navigation

Ecommerce Website

About

This project is a basic invoice management system to create and manage information of invoices, products, and customers.

Screenshots

alt text

Usage

Creation of virtual environments is done by executing the command venv:

python -m venv venv

That will create a new folder env in your project directory. Next activate it with this command on mac/linux:

source venv/bin/active

Use the package manager pip to install requirements:

pip install -r requirements.txt

Run the project with this command. Then open http://localhost:8000 in your borwser to see the website.

python manage.py runserver

Contributing

If you want to contribute to this project you can email me - trhoangthuan@gmail.com or you can pull request.

License

This project is licensed under the MIT License - see the LICENSE.md for details.