Skip to content

IceStacks/shipping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js ile Web Api

GÜNCELLENECEK!

Kurulum

Bu modülün kurulumu için öncelikle Node.js’in sistemde kurulu olması gerekiyor.

Paketler

Kullanılan paketleri terminalden kurmak için proje klasörü içerisinde şu komutları çalıştırınız:

npm install express
npm install mongoose
npm install dotenv 
npm install body-parser
npm install express-validator

Endpoints

HTTP URL METOT
GET https://localhost:3000/shippings Index
GET https://localhost:3000/shippings/id Show
GET https://localhost:3000/shippings/id/edit Show
POST https://localhost:3000/shippings Store
PUT https://localhost:3000/shippings/id Edit
DELETE https://localhost:3000/shippings/id Destroy

Ekran Görüntüleri

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published