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