Skip to content

mmpc-nyc/inventory_mgmt

Repository files navigation

CodeQL Django CI GitHub commit activity Size GitHub

Inventory Management for tracking Equipment

Setup

Create a .env in the same location where settings.py resides.

GOOGLE_API_KEY=GOOGLE_API_KEY  			# Google API Key Used for geolocation
DEBUG=on 					# on/off controls debug
ALLOWED_HOSTS=localhost,127.0.0.1 		# django server ip address or hostname
CORS_ALLOWED_HOSTS=http://127.0.0.1:8080	# your frontend base url

Run in powershell after creating virtual environment

pip install -r requirements.txt
python manage.py setup_initial

Test Running Environment

Django

python manage.py runserver

Vue

cd frontned/inventory_mgmt
npm run serve

About

Inventory Management with Equipment Focus

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •