Skip to content

FIlham/backend-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

backend-project

A Simple CRUD Project For Me:^

Clone this Repo

git clone https://github.com/FIlham/backend-project

Installation

npm install

Usage

Development Mode

npm run dev

Production Mode

npm start

Documentation


• Main Route
/

• Add User
/user/addUser/ [POST]
Data post must be JSON

{
  "name": "filham",
  "email": "filham@gmail.com"
}

• Get User
/user/getUser/ex@gmail.com [GET]

• Update/edit User
/user/editUser/ex@gmail.com [PATCH]
Data edit must be JSON

{
  "name": "ilham",
  "email": "ilham@gmail.com"
}

• Delete User
/user/deleteUser/ex@gmail.com [DELETE]

Thanks for Visit This:vv

About

A Simple CRUD Project For Me:^

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors