https://github.com/traveltimn/mongodb-project
https://github.com/traveltimn/mongodb-project
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/traveltimn/mongodb-project
- Owner: TravelTimN
- Created: 2020-06-04T15:13:21.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2020-12-10T15:04:21.000Z (over 5 years ago)
- Last Synced: 2025-01-12T09:27:46.648Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
10DEC2020 - Update branch from `master` to `main`.
---

Welcome Tim Nelson,
This is the Code Institute student template for Gitpod. We have preinstalled all of the tools you need to get started. You can safely delete this README.md file, or change it for your own project.
## Gitpod Reminders
To run a frontend (HTML, CSS, Javascript only) application in Gitpod, in the terminal, type:
`python3 -m http.server`
A blue button should appear to click: *Make Public*,
Another blue button should appear to click: *Open Browser*.
To run a backend Python file, type `python3 app.py`, if your Python file is named `app.py` of course.
A blue button should appear to click: *Make Public*,
Another blue button should appear to click: *Open Browser*.
In Gitpod you have superuser security privileges by default. Therefore you do not need to use the `sudo` (superuser do) command in the bash terminal in any of the backend lessons.
## Updates Since The Instructional Video
We continually tweak and adjust this template to help give you the best experience. Here are the updates since the original video was made:
**April 16 2020:** The template now automatically installs MySQL instead of relying on the Gitpod MySQL image. The message about a Python linter not being installed has been dealt with, and the set-up files are now hidden in the Gitpod file explorer.
**April 13 2020:** Added the _Prettier_ code beautifier extension instead of the code formatter built-in to Gitpod.
**February 2020:** The initialisation files now _do not_ auto-delete. They will remain in your project. You can safely ignore them. They just make sure that your workspace is configured correctly each time you open it. It will also prevent the Gitpod configuration popup from appearing.
**December 2019:** Added Eventyret's Bootstrap 4 extension. Type `!bscdn` in a HTML file to add the Bootstrap boilerplate. Check out the README.md file at the official repo for more options.
--------
Happy coding!