White Palace Catalog is a school and personal project to improve my web developing skills. The function of this is show a list of products from a departmental store.
npm install
npm start
Simple commands to simplify database actions
knex migrate:make <Migration name>
knex migrate:latest
Server Side technologies:
- Nodejs v4.2
- Express v2.14
- Knex v0.10
- Bookshelf v0.9
- Passport v0.3
Client Side technologies:
- JQuery v1.11
- Underscore v1.8