Skip to content

Get the university Result in email. Due to huge amount of traffic when university results get declare can slow down the website hence using the email students can get their results instantly when they are declared.

License

Notifications You must be signed in to change notification settings

gorvk/ResultInEmail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Result In Email

Get the university Result in email. Due to huge amount of traffic when university results get declare can slow down the website hence using the email students can get their results instantly when they are declared.

Steps to run project in development mode


  1. install dependecies by running the following command in "api" folder.
npm install
  1. create a ".env" file in root of "api" folder with following variables having prot number, email and app password (obtained from your email provider) and database credentials.
email = "[email protected]"
password = "App_Password"
port = "5000"
db_user = "admin"
db_password = "admin"
db_name = "Database_Name"
db_server = "Server_Name"
  1. run server by running the following command in "api" folder, sever will run on port 5000.
npm start
  1. open index.html file in "client" folder using live-server.

About

Get the university Result in email. Due to huge amount of traffic when university results get declare can slow down the website hence using the email students can get their results instantly when they are declared.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published