Skip to content

Fredrick-Frank/REST_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REST_API

REST: REPRESENTATION STATE TRANSFER! This is a web standard architecture and HTTP protocol that interacts with the web. The REST architectural style describe six constraints:

  • Uniform Interface
  • Stateless
  • Cacheable
  • Client Serve
  • Layered System
  • Code on Demand (technically optional)

Note: RESTful Applications use Http requests to perform CRUD methodologies in server side development. CRUD: CREATE, READ, UPDATE, DELETE

TOOLS USED:

  • Node.js
  • MongoDB
  • Vscode
  • Rest Client extension

Summary: This is a basic API practical project

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published