An App to help guide Scrums for personal use.
This repository was built with the Angular front-end framework and Django back-end.
-Typescript 3.5+ -Angular 8.2+
- Python 3.6+
- Django 2.2+
- 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
- Navigate to http://localhost:8000 to view our backend APIs.
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.
Created by: