GithubHelp home page GithubHelp logo

izzyalonso / tndata_backend Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tndatacommons/tndata_backend

0.0 1.0 0.0 12.47 MB

The django-powered APIs, dashboard, and metrics for TN Data Commons.

License: MIT License

Shell 0.08% Python 69.23% Makefile 0.01% HTML 23.28% CSS 0.99% JavaScript 6.40%

tndata_backend's Introduction

TN Data Backend

The django-powered APIs, dashboard, and metrics for TN Data Commons.

Getting Started

The easist way to get started is to use the Vagrant-powered virtual machine in the (private) deployment_tools repo. Once provisioned, it will contain all you need to run the development server.

Alternatively, you can follow these steps:

  1. Create a python 3 virtual environment, eg: pyvenv-3.4 env
  2. Activate the environment: source env/bin/activate
  3. Install the requirements: pip install -r requirements.txt
  4. Run the development server cd tndata_backend; python manage.py runserver. (See the list of required environment variables in the top of config/settings/base.py)

Note: This project also uses postgres, redis, and elasticearch, so you'll also need those services available to work on everything.

Apps

This project contains the following private apps, contained in the tndata_backend directory.

  • badgify_api: An API ship on top of the django-badgify app. This app expopses badgify details using django-rest-framework.
  • chat: A simple chat app powered by websockets (using django-channels)
  • goals: This app contains the bulk of this project's features including a library of goal content and the api to serve it to the mobile app.
  • notifications: The laster that interacts with GCM and APNS. It contains tools to create and queue push notifications that should be delivered.
  • officehours: MVP app whose intention is to connect students with teachers via their officehours and courses.
  • questions: a simple Quora/Stackoverflow clone targetted at students.
  • rewards: Models and api for misc reward content, such as quotes, jokes, etc.
  • survey: (unused) Models, views, and api for surveys.
  • userprofile: This app contains user profile-related models and apis. This project uses django's built-in User model, and this app is an extension for user-related data.
  • utils: Misc utillities that are used across other apps in this project.

License

This project is distributed under the terms of the MIT license. See the LICENSE.md file in this repo.

tndata_backend's People

Contributors

bradmontgomery avatar izzyalonso avatar

Watchers

James Cloos 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.