Skip to content

jeevan-yohan-varghese/bdayreminder-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bday remineder Backend

REST Api for bday reminder app which will send notifications to your telegram channel on birthdays of people you have added.

Features

  • User authentication
  • Person Endpoints
  • Telegram bot notification
  • Update telegram channel
  • Schedule notification
  • Upcoming birthdays
  • Todays birthdays
  • Upload CSV of people

Install

$ git clone https://github.com/jeevan-yohan-varghese/bdayreminder-backend.git

$ npm i

$ node index

Note

Make sure that you have the following environment variables

  • API_KEY
  • TOKEN_SECRET
  • DB_CONNECTION_STRING
  • FIREBASE_PROJECT_ID
  • FIREBASE_PRIVATE_KEY
  • FIREBASE_CLIENT_EMAIL
  • BOT_TOKEN

Now the node app will be running on localhost:5000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published