Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

justinchuby/cmu-coursefind

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README

Status

Currently, a new version is being developed. The website is down right now.

Introduction

The project I am working on is a course finder, CourseFind.

I had the idea one day when I was wandering in Wean Hall at CMU. I saw students having classes and hoped to find out what classes they were having. I could just walk in and see what was going on, but it would be much better if I knew something about the class.

With CourseFind, students can easily find out what’s going on in a class room. So they can explore what’s course is interests them. CourseFind is also great for finding the room for a class, or just browsing the catalog to find what’s interesting.

Configuration

  • Configuration

    This website uses Django as the backend framework. Follow the instruction on https://www.djangoproject.com/download/ to install Django.

    To run the site locally, cd into the coursefind-django folder, and run

$ python3 manage.py runserver