Skip to content

An app that allows you to send good looking, foul tasting Christmas cookies to your friends and foes.

Notifications You must be signed in to change notification settings

apound01/Crookies

Repository files navigation

Christmas Crookies

By Amy Pound and Guy Booth

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

Instructions

  1. Clone master repository
  2. Install dependencies: npm i
  3. Update the .env file with your correct local information
  4. Run migrations: npm run knex migrate:latest
  • Check the migrations folder to see what gets created in the DB
  1. Run the seed: npm run knex seed:run
  • Check the seeds file to see what gets seeded in the DB
  1. Run the server: npm run local
  2. Visit http://localhost:8080/

About

An app that allows you to send good looking, foul tasting Christmas cookies to your friends and foes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published