Skip to content

A101-Node-js-TypeScript-Bootcamp/a101-bootcamp-odev3-mfurkanayhan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A-101 Bootcamp Ödev 3 💻

Run in Terminal

  • npm run swagger-autogen

Open Link

-localhost:3000/doc => See the endpoints

Signup => => Login => Get Token => Use token for other endpoints => Write bearer before the token when sending a request to the endpoint.

SQL

  • Relational
  • Structured query language and have a predefined schema
  • Vertically scalable
  • Table-based
  • Better for multi-row transactions

NoSQL

  • Non-relational
  • Dynamic schemas for unstructured data
  • Horizontally scalable
  • Consists of a document, key-value, chart, or wide columns
  • Better for unstructured data like documents or JSON

About

a101-bootcamp-odev3-mfurkanayhan created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published