Created by Daniel Kravec, on January 14, 2022.
- Opens terminal, runs mongodb.
- Opens visual studio code, 2 folders. (frontend and backend)
- Makes it run docker first. (otherwise it wont run mongo).
- after running docker, it cds into backend, and runs server.
- Opens Visual Studio Code Windows before opening Termina+commands.
- Added delays once terminal is opened.
- 15 once it opens, (so docker could properly open before mongo start)
- 5 after running mongo start, so it could properly have time, then runs server.
- Creates a backup of the database. (gets the data and calls the folder that) /Developer/mongo_backups/(date)/
- Added comments to code.