This is a simple contact API that is connected with my portfolio website.
- NodeJS
- You will need a Firebase project and firebase tools cli
npm install -g firebase-tools
$ npm install-
Change .firebaserc with your firebase project id.
-
create config.json file inside src/config. For example see config-example.json.
-
Add Email Credential in config.json file.
-
Add Google Recaptcha v3 server key in config.json file.
# for running
$ npm run start
# deploy on firebase
$ npm run deploy