Skip to content

Serverless repository for Ruchika Shashidhara's (NU002245068) CSYE 6225 Network Structures & Cloud Computing

License

Notifications You must be signed in to change notification settings

RuchikaShashidhara/serverless

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cyse6225-ruchika

My serverless application for: CYSE6225 Network Structures & Cloud Computing

Web Application

  • Programming Language: Node.js
  • ORM Framework: Sequelize
  • EmailAPI: Mailgun

How to build the application

  1. Generate the npm packages
npm install
  1. Add .env file with the below fields
MAILGUN_API_KEY=
MAILGUN_DOMAIN=
MAILGUN_FROM=
VERIFY_EMAIL_LINK=
DATABASE_NAME=
DATABASE_USER==
DATABASE_PASSWORD==
DATABASE_HOST=

Commands Used

Linux

cd
mkdir
rmdir
ls
zip

Git

git clone
git branch
git checkout -b
git add
git commit -m
git push -u origin
git merge main
git pull origin main

References

  1. Cloud Functions Overview
  2. Event Driven Functions
  3. PubSub Triggers
  4. PubSub Example

About

Serverless repository for Ruchika Shashidhara's (NU002245068) CSYE 6225 Network Structures & Cloud Computing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%