- Problem Statement
- Idea / Solution
- Dependencies
- Setting up a local environment
- Usage
- Technology Stack
- Contributing
- Authors
- Acknowledgments
Ever Forgot to wish your loved ones on special occasions? Slept just on that day and now have to listen to the taunt the whole year?
Just enter your loved one's name, the date and time and the sweet message. This app will take care to send it on time so you can have your well needed shut eye.
the aim of the This software is to ensure that messages missed is delivered on time, allowing you to get some much-needed rest.
- "body-parser": "1.19.2",
- "dotenv": "16.0.0",
- "express": "4.17.3",
- "ffmpeg": "0.0.4",
- "mongoose": "6.2.9",
- "node-cron": "3.0.0",
- "node-schedule": "2.1.0",
- "qrcode-terminal": "0.12.0",
- "whatsapp-web.js": "1.17.1"
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them.
must have installed node js
Move into your projects directory: `cd ~/YOUR_PROJECTS_DIRECTORY`
Clone this repository: `git clone https://github.com/DevoAbhi/WhatsSend-Backend YOUR_PROJECT_NAME`
Move into the project directory: `cd YOUR_PROJECT_NAME`
A step by step series of examples that tell you how to get a development env running.
Say what the step will be
`npm install`
Create a new repo on GitHub: https://github.com/DevoAbhi/WhatsSend-Backend
Make sure the "Initialize this repository with a README" option is left unchecked
Update the remote to point to your GitHub repository: `git remote set-url origin https://github.com/DevoAbhi/WhatsSend-Backend`
And run start
npm run start
Connect the the backend to the frontend, enable CORS for cross origin resource sharing for the ead points.
enter yourr messages and hit send
- @DevoAbhi See also the list of contributors who participated in this project.
- Hat tip to anyone whose code was used
- Inspiration
- References