Coder Social home page Coder Social logo

luket / scrumtrack Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 0.0 5.58 MB

2018/19 BSc Computer Science Project at University of Leicester

JavaScript 55.40% Dockerfile 0.03% Makefile 0.07% Go 10.41% Shell 0.45% TypeScript 19.41% CSS 2.76% HTML 0.04% TSQL 11.44%

scrumtrack's Introduction

Scrum Project Management

This project is issue-tracking software oriented around the SCRUM software development process. It was built as a BSc Computer sciene project at the University of Leicester (2018-2019)

This codebase is comprised of three core applications, each has information on installation and usage in the appropiate README.

Running project

This project provides a docker-compose configuration, which defines all of the services, web interfaces and dependencies. You may also run each of the services in your local machine, each codebase provides deeper instructions on this.

Docker Compose

Docker is a common tool used industry-wide. It provides easily reproducible environments that can be used in an array of circumstances. Docker may be installed on any operating system: https://www.docker.com/products/docker-desktop

Once installed, open a command prompt in this directory and execute:

docker-compose up

This will pull down the base images, build all the code and start a webserver (this will take a couple of minutes). The UI will be available at http://localhost:8081 with username admin and password admin. Other users exist, user/user and luke/user

For access to the database, connect to 127.0.0.1:3308 with root/root, the database is uni.

To shutdown:

docker-compose down

Local Machine:

We assume the following is installed on the host machine:

echo $GOPATH
/Users/Luke/Development/uni

See the relevent services for execution:

This project was build and tested against macOS, and builds under linux within docker-compose. This is untested in a Windows environment.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.