Skip to content

bartekchrup/SEG-small-project

 
 

Repository files navigation

Team Llama Small Group project

Team members

The members of the team are:

  • Bartosz Chrupala K20054839
  • Zifan Wang K1923847
  • Anup Ramesha K20055112
  • Mehrab Rahman K20017471
  • Tigerlily Williams K20066796

Project structure

The project is called system. It currently consists of a single app clubs.

Deployed version of the application

The deployed version of the application can be found at URL. https://seg-small-group-project.herokuapp.com/ https://seg-small-group-project.herokuapp.com/admin/login/?next=/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

The above instructions should work in your version of the application. If there are deviations, declare those here in bold. Otherwise, remove this line.

Sources

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

Declare are other sources here.

Clucker model answers.

About

Template repo for the 2021/22 SEG Small Group Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 43.7%
  • CSS 39.2%
  • Python 13.6%
  • HTML 3.5%