Giter Site home page Giter Site logo

iamfoysal / complete-django-inventory Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 43.62 MB

Open sourcen Django inventory web application

Home Page: https://inventoryapps.pythonanywhere.com/

Dockerfile 0.13% Python 32.34% HTML 43.88% CSS 19.21% JavaScript 4.32% Shell 0.12%
django-rest-framework inventory-management opensource django-inventory opensource-django-inventory

complete-django-inventory's Introduction

Django Inventory Management System

This is a simple inventory management system built with Django. It allows users to add, update, and delete products from the inventory. It also allows users to upload multiple files to the server.

Screenshots

Login page

Product page

""" This code is part of a locally run Django project.

To run the project locally, follow these steps:

  1. Install Python and Django on your machine.
  2. Clone the project repository from GitHub.
  3. Create a virtual environment and activate it.
  4. Install the project dependencies using pip.
  5. Set up the database by running migrations.
  6. Start the development server using the 'manage.py' script.

Note: Make sure to update the settings file with the necessary configurations for your local environment. """

Features

  • Login and registration system
  • Add, update, and delete products(stock management, price, and quantity)
  • View product details
  • Product search
  • Product Categories
  • Image download
  • Upload multiple files
  • Email Sending
  • RESTful API for product management
  • File upload API
  • Docker support

Technologies

  • Python
  • Django
  • SQLite/PostgreSQL/MySQL
  • HTML
  • CSS
  • JavaScript
  • Docker
  • Django Rest Framework

Installation

  1. Clone the repository:

    git clone https://github.com/iamfoysal/complete-django-inventory
  2. Navigate to the project directory:

    cd complete-django-inventory
  3. Create a virtual environment:

     python -m venv venv
  4. Activate the virtual environment:

    source venv/bin/activate
  5. Install the project dependencies:

     pip install -r requirements.txt
  6. Run the migrations:

     python manage.py migrate
  7. Start the development server:

     python manage.py runserver
  8. Open the following URL in your browser:

    http://localhost:8000
    

API docs

if you want to run the project in your local machine using docker then follow the below steps:
  1. After clone the repository, navigate to the project directory:

    cd complete-django-inventory
  2. Run the following command to build the docker image:

     docker-compose build
  3. Run the following command to start the docker container:

     docker-compose up
  4. Open the following URL in your browser:

    http://localhost:8000
    

Contributions are always welcome! If you want to contribute to this project:

  1. ๐Ÿด Fork the project.
  2. ๐Ÿ”จ Create your feature branch (git checkout -b my-new-feature).
  3. ๐Ÿ’ป Make your changes.
  4. โœ… Ensure the tests pass and the code is linted (black . && pytest).
  5. ๐Ÿ“ Write or update tests for the changes that you made.
  6. ๐Ÿ“ Write a good commit message.
  7. ๐ŸŒŸ Push to the branch (git push origin my-new-feature).
  8. ๐Ÿ”ƒ Create a new Pull Request.

Thank you for your contributions!

complete-django-inventory's People

Contributors

iamfoysal avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.