This project is a backend application built using Node.js and MySQL database. It provides functionalities for managing contacts including retrieving, identifying, and deleting contacts.
Clone the repository and Hosted project URL are the following command:
git clone https://github.com/abhms/bitespeed-backend.git
project URL: https://bitespeed-backend-gqqh.onrender.comHOST=
DATABASE=
USER=
PASSWORD=
PORT= To run project
npm install
npm startmethod GET: https://bitespeed-backend-gqqh.onrender.com/getallmethod POST : https://bitespeed-backend-gqqh.onrender.com/identify
Send this in body in JSON formate
{
"phoneNumber": "",
"email": ""
}method DELETE : https://bitespeed-backend-gqqh.onrender.com/delete