Git Product home page Git Product logo

johnsonav's Introduction

UPDATE: THIS PROJECT IS NO LONGER MAINTAINED, IT WAS A PERSONAL PROJECT THAT I WAS BUILDING TO AUTOMATE MY ON-CAMPUS JOB, IT IS NOT ASSOCIATED WITH CORNELL UNIVERSITY IN ANY WAY

Installation

I didn't do any virtualenv for the project to minimize complexity for a new developer on the project. I used anaconda python 3.6 available here.

Once you have anaconda python or whatever python you want (as long as it's version 3+), clone this repo, cd into it, and then install the pip packages from requirements.txt via

pip install -r requirements.txt

If you use pip to install something for this project, use pip freeze to find the exact version of what you installed (and its sub-projects) and add those to the requirements.txt.

Deployment

Push to git as usual:

git push -u origin master

Push to heroku:

(need to sign into heroku and have cli tools on your machine)

First make sure to run

heroku git:remote -a johnsonav

and then

git push heroku master

TODO

  • virtualenv for dependency management
  • database of events
  • module to display events
  • module to write to calendar
  • module to send email to users

johnsonav's People

Contributors

edj36 avatar

Watchers

 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.