npm install
Create .env file
Port = 5001
CONECTION_STRING= mongodb+srv://<username & password>@contactcluster.9hnhw1d.mongodb.net/?retryWrites=true&w=majority
ACCESS_TOKEN_SECRET = anykey
Contact Application Backend using NodeJs , ExpressJs , MongoDB .
JavaScriptMIT