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

!!! Note This repo was last updated in 2023 -> instructions related to third party integrations (i.e., Heroku deployment) may be outdated. The general AR setup however should be fine. If you try any of the instruction steps and find it doesn't work for you, pease let me know! Otherewise I will likely get to this repository late 2026 for a comprehensive review of functionality.

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

Contributors 2

  •  
  •