Skip to content

A space for all loyalty cards in one place, ditch the paper cards!

Notifications You must be signed in to change notification settings

cherrycrush/Loyal-tea

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Royalty

A digital loyalty card wallet, ditch the paper/plastic cards!

This is a group project created during bootcamp at EDA. I was responsible for helping co-lead a team of 5, and designing the front of the site for the user. The front end was made using React and Semantic UI. Authentication is handled by Passport.js and the backend is using a SQLite 3 database. The routes are handled by express. This project was given a week to build, and we achieved a solid MVP!

Getting started

Requirements:

  • Node, a package manager (npm or yarm)
  • A .env file with a key for passport to work
  • Knex scripts running to create the database table

Steps

  1. In your terminal, npm install
  2. Then, npm run knex migrate:latest && npm run knex seed:run
  3. Finally, npm run dev

About

A space for all loyalty cards in one place, ditch the paper cards!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.5%
  • CSS 3.4%
  • HTML 1.1%