Skip to content

devNaresh/InventoryApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

8 Commits

Repository files navigation

Setup

Installation

Requires Node.js v6.6.0+ to run.
Required Django and Python 2.7

Steps To start APP

  1. Go to client directory.
  2. run below commands
$ npm install $ npm run build
  1. Create virtual env.
  2. Go to server directory.
  3. run below commands
$ pip install -r requirements.txt $ python manage.py migrate $ python manage.py runserver

DEMO

For Demo Go to "localhost:8000"

or Click Here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published