Skip to content

dizzzzy/EchelonPlanner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SOEN341 Team Project for a Multiyear planner for Software Engineering Students

A Project made in Python's Django using MySQL

Development

Project structure in this repository is split into two main directories under the "src" master directory:

  1. "app"

    This is the actual working EchelonPlanner app. Here you can see everything that pertains to the way the app was implemented and is working in the live site. This is the directory that should be used if the app ever need be packaged.

  2. "echelon"

    The 'echelon' directory deals mostly with our development specific setup. Most of it is deprecated since our initial deployment on echelonplanner.me on April 8th, 2015. You should check this and make amendments if you wish to start developing the app further.

To run the server, open a terminal prompt and change directory to "src" then input: "python manage.py runserver". This will create a basic web server for the Django app on localhost:8000 If you want to test a TLS server to test features, we recommend taking a look at django-sslserver. It Really Helped :)

The Team

Computer Engineering Students of Concordia University

####Team Leads

  • Nicole Cappadocia-Assaly
  • Javier E. Fajardo

####Front-End

  • Mario Felipe Muñoz Ferrante (Software Engineering Student)
  • Javier E. Fajardo
  • Arsalan Ali

####Back-End

  • Thinesh Thuraisingam
  • Ahmed Popal
  • Nauman Saeed Mirza

####Testing

  • Nicole Cappadocia-Assaly
  • Nitesh Arora
  • Joseph Siouffi

####Internal Administration

  • Philippe Sylvestre
  • Dimitrios "James" Ziavras

Licensing and Legal

This software is released under the GPL-Compatible MIT License.

The Licensing terms, however, do not make a user exempt from possible notices of academic fraud if part of this software is used for Academic Purposes in secondary or post-secondary institutions.

In other words, The User is responsible for abiding academic code of conduct of the institution they are enrolled and, respecting such, accepts full responsibility of what they made do with this code, freeing the original authors from any consequences that may derive from such actions.

About

SOEN341 Team Project for Multiyear planner

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 39.3%
  • Python 36.5%
  • HTML 18.7%
  • JavaScript 4.5%
  • Shell 1.0%