Skip to content

pitlimitCode/reviewPC2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Review Pijar Camp 2

Simple NodeJS microservse with database using MongoDB

  • package (npm): express, nodemon, dotenv, mongodb

  • MongoDB (INDEX, FIND, FIND (by key) , INSERTONE, UPDATEONE, DELETEONE, DELETEMANY/DROP)

  • Infrastruktur Model dan Controlling dari MVC

  • MongoDB: increment id, post many, put many

  • Infrastruktur View dari MVC

  • Provide API to generate the token

  • Protect the API with the authorization header

  • Validate the header request (authorization header)

  • Implement caching strategy (redis) for vehicle data. (any data changes in mongodb will sync to redis)

  • Consume data from kafka (consumer)

  • Deploy docker / railways / others

Releases

No releases published

Packages

No packages published