patriciacvcosta / Palpite-Box

Home Page:https://palpite-box-woad.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Markdown Monster icon

Palpite Box App Window


Table of Contents


Description

"Palpite Box" was developed during the Fullstack Master Week, a workshop offered by DevPleno and taught by Tulio Faria.

The application consists of an 'opinion box' ('Palpite Box' in Portuguese), where customers can make evaluations about an establishment and receive a discount coupon in exchange!

The app is connected to a Google Spreadsheet, which works as a database, where the business owner can activate/deactivate a discount, change the discount message, and manage received suggestions/coupons generated.

This is a very affordable, interesting, and easy to use software that can make your establishment more appealing, while attracting more customers.

Technologies

Back To The Top


Running and Deploying the Application

  • First, you need NodeJS and NPM installed on your machine. After that, you can go ahead and run the following:
npm install
npm run dev
  • In order to run the application properly, you need to create the environment variables to configure access to Google Spreadsheets.
SHEET_CLIENT_EMAIL=<client email from service credential>
SHEET_PRIVATE_KEY=<service credential private key>
SHEET_DOC_ID=<sheet id>

Useful links and resources

Back To The Top


License

MIT License

Copyright © [2020] [Patricia Canuto Vieira da Costa]

Back To The Top


Author Info

Back To The Top

About

https://palpite-box-woad.vercel.app


Languages

Language:JavaScript 97.5%Language:CSS 1.8%Language:Shell 0.7%