Skip to content

coderveda27/loyalty-points

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

326 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redeema: The Loyalty Points Manager

This is the final project for CSC309 made by Ethan McFarland, Nada Alomrani, Veda Kesarwani, and Jennifer Tan. It was built on Vite and deployed on Railway.

Tech Stack

Frontend: React, Vite, and Javascript Backend: Node.js, Express Database Management: Prisma Client Deployment: Railway (PaaS)

Project Structure (Not include node_modules and .env files)

loyalty-points/
├── backend/
│   ├── helpers/
│   ├── middleware/
│   ├── prisma/
│   ├── routes/
│   ├── .gitignore
│   ├── ai.txt
│   ├── collaboration.txt
│   ├── index.js
│   └── package.json
├── frontend/
│   ├── public/
│   ├── src/
│   │   ├── apis/
│   │   ├── components/
│   │   ├── contexts/
│   │   ├── pages/
│   │   ├── styles/
│   │   ├── App.jsx
│   │   ├── index.css
│   │   └── main.jsx
│   ├── .gitignore
│   ├── eslint.config.js
│   ├── index.html
│   ├── package.json
│   ├── README.md
│   └── vite.config.js
├── package.json
├── INSTALL
├── README.md <-- You are here
└── WEBSITE

Installation Guide

This is listed in the INSTALL page found on the same level of this folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.9%
  • CSS 3.0%
  • HTML 0.1%