Skip to content

Code from the Vote on Discord regarding topics - Heroku with flask, Heroku with node; location-based AR; multiple types of localhost and servers; python (venv); etc. - videos in discord and eClass

License

Notifications You must be signed in to change notification settings

robots-make-art-too/Discord-Voted-Code-Help

Repository files navigation

VIDEO_HELP

Basic examples for students

Node

If in a node example - open a terminal to that folder location and type npm start

  • this is the same for the heroku or AR examples; both are initiated with start scripts
  • node app.js or node index.js but when set up properly with test, start, or other scripts in package.json we default to standard npm start

Python

If in a python example - open a terminal to that folder location and type python3 server.py or python server.py

  • If in the heroku python example type python app.py (or python3 app.py)
  • Flask/gunicorn app environment self-starts a server, and so we do not need to specifically call one

About

Code from the Vote on Discord regarding topics - Heroku with flask, Heroku with node; location-based AR; multiple types of localhost and servers; python (venv); etc. - videos in discord and eClass

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published