-
docker pull mongo
-
docker run -p 27017:27017 -d mongo
-
(to see processes) docker ps [-a]
Dump: mongodump -d <database_name> -o <directory_backup> Restore: mongorestore -d <database_name> <directory_backup>
-[X] MongoDB support -[X] JWT + Permissions integration -[ ] HTTPS (https://itnext.io/building-restful-web-apis-with-node-js-express-mongodb-and-typescript-part-5-a80e5a7f03db) -[ ] Email confirmation -[ ] Periodic job to process emails -[ ] Periodic job to process account deletions
-[X] User Operations (get all, get specific, insert) -[X] Tracker Operations (get all, get specific device, insert) -[X] History Operations (get all, get for specific device)
-[ ] User Operations (get own info, register, update own info, mark account for deletion) -[ ] Tracker Operations (get own tracker info, pair tracker, unpair tracker) -[ ] History Operations (get own history for a certain interval, insert)
-[ ] Circuit -[ ] GPS support -[ ] ESP8266 communication -[ ] Enable GPS/WPS/Both -[ ] Wifi Autoconnect to public + predefined (taken from server) APs -[ ] Check settings before sending location -[ ] Hardcode credentials, RFID and server location
-[ ] UI -[ ] Special messages when another user finds your LOST device (optional +1 rating system, as a RATING field in user, starting at 0)