Skip to content

Prueba Técnica para Desarrollador Junior en Django y Django Rest Framework

License

Notifications You must be signed in to change notification settings

DarioArzaba/Django-Inventory

Repository files navigation

Django-Inventory


Django Inventory Management

Example Django RESTful app to be used as an inventory management solution.

Usage

  1. Clone the repo
    git clone https://github.com/DarioArzaba/Django-Inventory
    cd Django-Inventory
  2. Install the requirements and run the backend and frontend
    pip install -r requirements.txt
    cd djangoinventory
    python manage.py runserver
    cd ..
    cd frontend
    npm install
    npm run serve 
  3. Install the requirements and run the backend and frontend

Roadmap

  • See product catalogue
  • Create buying cart
    • Make and order and add it to a list
  • Manage current inventory
    • Update inventory
    • Receive products
    • Show current products and if they are available
  • Show Rotation KPI and Rate of ordr rejections
  • JWT token auth
  • Search and filter specific products using the API
  • Frontend to interact with the platform

License

Distributed under the MIT License.

Contact

Dario Arzaba - [email protected]

About

Prueba Técnica para Desarrollador Junior en Django y Django Rest Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published