Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Latest commit

 

History

History
93 lines (49 loc) · 1.61 KB

File metadata and controls

93 lines (49 loc) · 1.61 KB

Logo

StandApp

An App to help guide Scrums for personal use.

This repository was built with the Angular front-end framework and Django back-end.

Table of Contents

Requirements

-Typescript 3.5+ -Angular 8.2+

  • Python 3.6+
  • Django 2.2+

Installation

  • On your terminal, clone the repository with Git:

git clone https://github.com/draychee/standapp.git

Back-end Django Server

  • Go to the backend directory

cd backend/

  • To install Python dependencies, run this command from the root of the repo:

pipenv install

  • To run the backend dev server, use the following command:

python3 manage.py runserver

Front-end Angular Server

  • Go to the frontend directory

cd frontend/

  • To install Node dependencies, run this command from the root of the repo:

npm install

  • To build and serve the front-end, use the following command:

ng serve --open

  • A window with our App should pop up.

Deployment

Views

Landing

Landing

Team View

Team

Standup View

Standup

Progress View

Progress

Authors

Created by: