Git Product home page Git Product logo

scannersoftware's Introduction

ScannerSoftware

Preparation Steps:

  1. Directory structure:
    • client
    • server
    • index.js
  2. Bootstrapped ./index.js to ./server/index.js
  3. Specified npm package.json
  4. Installed npm: sudo npm install
  5. Implement http server
    • config.js: Contains application settings (port + database)
    • http.js: Starts http server using express

How to install:

  1. Install latest io.js
  2. Install a MySQL database.
  3. Download code from this repository.
  4. Import database.sql into the MySQL database.
    • Contains no data!
    • Add dummy user and inventory database entries before starting the application.
  5. Open server/config.js:
    1. Enter database credentials.
    2. Optional Change the HTTP port of the application. 6001 by default.
  6. Open terminal and navigate to the ScannerSoftware directory.
  7. Type node index.js. Server should be running now.
  8. Open http://localhost:6001 in a current browser (e. g. Chrome > 30 or Firefox > 35).
  9. To terminate the application type Ctrl+C in terminal.

scannersoftware's People

Contributors

cortys avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.