Skip to content

drewthoennes/5NPoints

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!