Quickadoo is a simple and fast Doodle clone.
This project is meant for web developement students to combine front and back and skills learned during the first half of the bootcamp and interact with a Postgress database.
This project utilizes HTML, CSS, JS, EJS, jQuery and AJAX on the front-end; as well as, Node, Express, knex and PSQL on the back-end.
- Express
- EJS
- Node 5.10.x or above
- body-parser
- dotenv
- knex
- knex-logger
- method-override
- morgan
- node-sass-middleware
- pg 6.0.2 or above
-Install all dependencies (using the npm install
command).
-Run the web server using the npm run local
command.