20191024_jeffrey - silenceuncrio/diary GitHub Wiki

0900

繼續 mongodb - MongoDB: The Definitive Guide: Powerful and Scalable Data Storage Second Edition

1440

覺得 GPS Track Server 的資料不太複雜

對 MongoDB 的學習就先這樣 不夠再說

我現在應該慢慢地來堆出一個實際可用的 GPS Track Server


review 20190919_jeffrey

  1. Getting Started With MongoDB As A Docker Container Deployment
    • using Docker to deploy MongoDB as a container
    • interact with it with the shell client.
  2. Building A REST API With MongoDB, Mongoose, And Node.js
    • a REST API with create, retrieve, update, and delete (CRUD) endpoints
    • using Node.js and the very popular Mongoose object document modeler (ODM)
    • to interact with MongoDB.
  3. How to create a React frontend and a Node/Express backend and connect them
    • set up and connect the front-end client and the back-end API.