Hobby tracking project
This keeps track of some of my hobbies in an orderly fashion *** You will need MongoDB for this ***
- npm install -g ionic
(Installs Ionic CLI)
-
ionic serve
(Start your Ionic App) -
brew services run mongodb-community (Start MongoDB-community on MAC with homebrew)
- mongo (Start a mongo shell instance)
- use imaginethis (Go to imaginethis database)
- db..insertOne() (Add json to imaginethis database) A good resource: https://medium.com/@BaaniLeen/connecting-angular-5-app-to-mongodb-database-mean-stack-9b4b4232e219