Skip to content

khanh-shady/Confetti

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation:

cd functions

npm install

1. Run on local computer

npm run start

and make POST request to localhost:5000/question

2. To deploy it to Firebase

firebase login

firebase deploy --only functions

All scripts related to server have to be made inside ./functions folder

POST request must consist of 4 params: question, answer1, answer2, answer3 E.G: question: abc, answer1: a, answer2: b, answer3: c

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published