Skip to content

bfa-dev/Students-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Students-Project

A fully functioning CRUD application with PostgreSQL, Node.js and Express.js.

Installation

  1. Clone the repo
     git clone https://github.com/akglbahadr/students-project.git
    
  2. Install NPM packages
     npm install
    

Usage

Run the command to start the app with nodemon

npm run start-dev

Endpoints

GET /api/students GET /api/students/id POST /api/students PUT /api/students/id DELETE /api/students/id

Request Payload

Sample request: 
{
        "name": "Bahadir Furkan Akgul",
        "email": "akgl.bahadr@gmail.com",
        "age": 26,
        "dob": "1995-08-24T21:00:00.000Z"
        }

PUT Only allows you to update the name.

About

An application with PostgreSQL, Node.js and Express.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors