A simple system to track points, rewards, and ways to earn
- Clone the repository:
git clone https://github.com/drewthoennes/5NPoints.git- Install dependencies for frontend:
cd Frontend
npm install- Build and run the frontend:
# run application locally for development
npm run dev
# build and run for production
npm run build
npm start- Install dependencies for backend:
cd Backend
npm install- Start the server:
node main.jsIf you find a bug, a ticket or a pull request would be greatly appreciated!
