Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 1.26 KB

File metadata and controls

51 lines (39 loc) · 1.26 KB

Hack Duke Hardware Inventory

Getting Started

# Install dependencies
npm install

# Start MongoDB
mongod

# Start development live-reload server
PORT=8080 npm run dev

#=====================

# Use test database
cd into project directory   
mongo < mongoScript.js   

# Start production server:
PORT=8080 npm start

TODO:

  • Query by user id
  • Basic authentication
  • UI
  • Test: on prod server and unit test
  • Scanner input: scan userId, hardware barcode.
  • Verify design schema and API
  • Documentation
  • Deploy

License

MIT