/5NPoints

Point system for McCutcheon 5N

Primary LanguageJavaScript

5N Points

A simple system to track points, rewards, and ways to earn

Screenshot

Getting started

  1. Clone the repository:
git clone https://github.com/drewthoennes/5NPoints.git
  1. Install dependencies for frontend:
cd Frontend
npm install
  1. Build and run the frontend:
# run application locally for development
npm run dev

# build and run for production
npm run build
npm start
  1. Install dependencies for backend:
cd Backend
npm install
  1. Start the server:
node main.js

Contributing

If you find a bug, a ticket or a pull request would be greatly appreciated!