Skip to content

Paras-Sood/inventory_tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

inventory_tracker - Shopify Technical Challenge

An inventory tracking web application that supports CRUD operations.

User can
1. Create inventory items
2. Edit any item
3. Delete any item
4. View a list of all Items

Requirements

All the requirements have been specified in requirements.txt file.

How to run

  • cd to the directory where this code is present.
  • Install requirements by running pip install -r requirements.txt
  • Run python manage.py makemigrations to make migrations
  • Run python manage.py migrate to apply migrations
  • Run python manage.py runserver to run the server
  • Open any web browser and go to http://127.0.0.1:8000/

About

An inventory tracking web application that supports CRUD operations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors