yawoffeh / express-server

A simple server with nodejs and express

Home Page:https://express-server-fz52tk31r-yawoffeh.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backend for a school management system

A server for a school management system that can send and request for data from mongodb database. Built with Nodejs and express

Add Student Data Endpoint

post https://express-server-fz52tk31r-yawoffeh.vercel.app/add_student

Description

The body should be in the format

{
  "studentid": "10584697",
  "name": "Peter Griffin",
  "course": "Statistics"
}

Get Student Data Endpoint

get https://express-server-fz52tk31r-yawoffeh.vercel.app/:studentid

Replace the ":studentid" with any student's student id you want.

EXAMPLE

get https://express-server-fz52tk31r-yawoffeh.vercel.app/10951682

About

A simple server with nodejs and express

https://express-server-fz52tk31r-yawoffeh.vercel.app/


Languages

Language:JavaScript 100.0%