Skip to content

Kai-Ming/Grouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Team Grouse Small Group project

Team members

The members of the team are:

  • Lavish Kamal Kumar
  • Kai Ming Tey
  • Abhishek Rao Chimbli
  • Adnan Turkay
  • Fergan Yalim

Project structure

The project is called msms (Music School Management System). It currently consists of a single app lessons where all functionality resides.

Deployed version of the application

The deployed version of the application can be found at http://grouseseg.pythonanywhere.com.

Installation instructions

To install the software and use it in your local development environment, you must first set up and activate a local development environment. From the root of the project:

$ virtualenv venv
$ source venv/bin/activate

Install all required packages:

$ pip3 install -r requirements.txt

Migrate the database:

$ python3 manage.py migrate

Seed the development database with:

$ python3 manage.py seed

Run all tests with:

$ python3 manage.py test

Sources

The packages used by this application are specified in requirements.txt

Clucker by Jeroen Keppens was used as a template for various parts of the source code.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •