GithubHelp home page GithubHelp logo

trinitytutor's Introduction

Trinity Tutor

A webapp2 Application using Python3, hosted on Google App Engine cloud service.
This website is used for students to find and become tutors at Trinity College.

by: Yisheng Cai - Trinity College, CT
Peter Reheis - Trinity College, CT
Steven Yee - Trinity College, CT

Public Domain: http://trinity-tutor.appspot.com

Functionality: This blog allows any user to register for accounts, post blogs, and adding comments after each post.

Version 1: May 1, 2015
Version 2: May 19, 2015
Version 3: June 18, 2015

run the local host
dev_appserver.py --enable_sendmail=yes app.yaml

update trinity-tutor.appspot.com
appcfg.py -A trinity-tutor update .

Google App Engine Launcher Run instructions:

  1. To install Google App Engine SDK for Python, use the link below to start: https://cloud.google.com/appengine/downloads#Google_App_Engine_SDK_for_Python
  2. For Mac-OS, there is a launcher application you could use to easily test and deploy our web app.
  3. After installing Google App Engine Launcher, you can run it.
  4. To add project, click “+” sign at left bottom corner.
  5. Download Trinity Tutor from Github.
  6. Choose Application Directory at .../TrinityTutor, and click Create.
  7. You can now run the webapp locally with “RUN” button on the top bar.
  8. Redirect to localhost:11001 to start navigating your own Trinity Tutor.

Deployment instructions:

  1. To deploy the website on Internet, you need to log into your google account at: https://console.developers.google.com/project
  2. Create a project with anyname.
  3. Copy Project ID and paste it into first line of app.yaml (eg. Application: project_id)
  4. Then click deploy button on Google App Engine Launcher
  5. Redirect to http://project_id.appspot.com to start navigating Trinity Tutor.

Terminal Run instructions:

  1. First you must have Google App Engine installed.
  2. cd into the Trinity Tutor folder.
  3. Execute the following command: dev_appserver.py --enable_sendmail=yes app.yaml This will run Trinity Tutor on localhost:8000 The administrative server will run on localhost:8080
  4. If sendmail is not working properly, the confirmation emails will not be sent out and you will not be able to validate your account. If the email is sent, please ignore the confirmation link as it is configured to work for the deployed site which can be found at http://trinity-tutor.appspot.com . Proceed to Step 4.
  5. However, you can “manually” validate your account after you register it by visiting localhost:8080. Select the user account from Datastore Viewer by listing User Entities. Copy the hashed email of the user account to your clipboard. Then enter localhost:8080/confirmation/ + the hashed email you just copied. Click on the button to verify the user account. This will verify the user account and give it full access to Trinity Tutor.

trinitytutor's People

Contributors

ycai2 avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.