/maze

A maze in computational thinking

Primary LanguageJavaScript

maze

A maze in computational thinking

Running the project

  1. Install npm dependecies by npm install under the root directory where package.json is located.
  2. Init database
    • create tables in database via file `table.sql
    • ``node init-db.js`
  3. Execute node app.js
  4. Visit http://localhost:3000