Code Monkey home page Code Monkey logo

tsquare-webapp's Introduction

Re-design of T-Square for CS 4911 - Senior Design

Nirav Bhatia, Cameron Guthrie, Sean Gillespie

This repository contains the code for our Senior Design project. We wanted to create a more mobile-friendly TSquare interface, with the same capabilities and use cases as TSquare but with the ease of mobile navigation.

Build Instructions

To get the source for this application,

git clone https://github.com/swgillespie/tsquare-webapp.git
cd tsquare-webapp
pip install -r requirements.txt

This will clone the source and install all dependencies.

Deploying Locally

This application expects an environment variable DATABASE_URL that encodes the required information for the app to establish a connection with the database. Locally, we use sqlite as a database backend. Create an environment variable

export DATABASE_URL="sqlite:////<path>/<to>/<db>/<file>

The file can be anything you want, and if it doesn't exist yet, it'll be created.

Then, run

python manage.py syncdb
python manage.py runserver

The first line is only necessary the first time you run the app. Runserver will start a webserver on port 8000.

Deploying on Heroku

To deploy on Heroku, simply get the remote .git location from Heroku and

git remote add heroku https://<url>/<of>/<heroku>/<.git>
git push heroku master

Heroku does the rest.

tsquare-webapp's People

Contributors

camreon avatar niravbhatia23 avatar swgillespie avatar

Watchers

 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.