Christmas Crookies is a fully functioning e-commerce web app built on node.js and Express where users can purchase good looking, foul tasting Christmas cookies. Customers can browse products, add items to their cart, leave comments and checkout using Stripe payment.
Tech Stack
- node.js
- Express
- PostgreSQL
- Knex
- jQuery
- AJAX
- Stripe API
- Clone master repository
- Install dependencies:
npm i
- Update the .env file with your correct local information
- 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/