A full-stack single-page AJAX-based app that uses jQuery, Node, Express, Javascript and Restful APIs. It is built by a team of 3 people over 5 days period and was the midterm project as part of the Lighthouse Labs bootcamp curriculum. The app is a simple resource wall for learners.
- Clone the repo
- Install dependencies:
npm i
- Fix to binaries for sass:
npm rebuild node-sass
- Run migrations:
npm run knex migrate:latest
- Check the migrations folder to see what gets created in the DB
- Run the seed:
npm run knex seed:run
- Check the seeds file to see what gets seeded in the DB
- Run the server:
npm run local
- Visit
http://localhost:8080/
- Node 5.10.x or above
- NPM 3.8.x or above