Skip to content

satyadalei/igit-mca-backend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IGIT MCA Backend

What it does?

It handls all necessary api calls by frontend website. It will handle registration, login & user authentication. It will also provide CRUD operation with JWT Security check.

The api is available @ 👉 https://igit-mca-backend.onrender.com/↗️

Response of api call to home route

{
"response": "Welcome to IGIT MCA server.",
"status": "Server is healthy",
"message": "🧑‍💻 You can hit me with api's & I will treat you with cake 🍰!",
"author": "Satyanarayan",
"route": "You are on home route '/' 🏠",
"coding_joke": "Copy-and-Paste was programmed by programmers for programmers actually! 👩‍💻",
"frameWork": "Express 🚄",
"warning": "Call me with bad name, I will respond 404🥴"
}

Tech Stack

Back-end: Node.js, Express.js, Javascript

Deployed on: Render

API Reference

Check Whether server is running or not

  GET https://igit-mca-backend.onrender.com/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published