Built over a weekend as a hiring challenge
- node.js
- MySQL
- Clone this repository to your local machine
- Copy the
config/db.example.jstoconfig/db.jsand configure your MySQL db - run
npm installto install the application dependencies - run
npm startto start the web server - navigate your browser to
http://localhost:3000for the client interface - navigate your browser to
http://localhost:3000/adminfor the admin interface