Skip to content

Team Leopard's repo for the Small Group Project of the module 5CCS2SEG for year 2023/24.

Notifications You must be signed in to change notification settings

MedantSharan/Leopard

Repository files navigation

Team Leopard Small Group project

Team members

The members of the team are:

  • Medant Sharan
  • Kamilia Ariffianti
  • Abu-Bakarr Jalloh
  • Hamnah Rassen
  • Jacob Whiting

Project structure

The project is called task_manager. It currently consists of a single app tasks.

Deployed version of the application

The deployed version of the application can be found here.

The administrative interface can be found at http://teamleopard.pythonanywhere.com/admin/

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

About

Team Leopard's repo for the Small Group Project of the module 5CCS2SEG for year 2023/24.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published