Go Stamp! is a stampcard online version build with ReactJs Frontend and Rails Backend.
- User can choose stores.
- Each store had its own deals, when user click on the deal, there will be a stamp card show up.
- If user enter the right code, user will get 1 stamp.
- When user collects 6 stamps, user can keep the stamp card and redeem the deal anytime he/she wants.
Run backend:
bundle install
rake db:migrate
rake db:seed
rails s
Frontend:
npm i && npm start
- There will be store site so store can add, edit and delete deals
- Use google map api to find stores
- Scan barcode instead of enter code