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