https://github.com/remiljw/scrummastr
Scrum management application built with Django and Angular JS
https://github.com/remiljw/scrummastr
angularjs django scrum-board
Last synced: 3 months ago
JSON representation
Scrum management application built with Django and Angular JS
- Host: GitHub
- URL: https://github.com/remiljw/scrummastr
- Owner: remiljw
- Created: 2019-04-09T13:47:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-17T10:51:11.000Z (about 6 years ago)
- Last Synced: 2025-01-20T12:23:40.029Z (4 months ago)
- Topics: angularjs, django, scrum-board
- Language: CSS
- Homepage:
- Size: 78.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scrummastr
After pulling this project from the remote repository, you should see two folders (Angular, Django) and this README file.Django contains the full source.
To get the slack.com to redirect to the Angular front end. open settings.py and edit "FRONTEND" variable on the last line to the appropriate frontend URLTo deploy for Angular, you need to create a new Angular2 project outside of this git repository. Then copy the files from the Angular directory to the src folder in the new project you just created.
Before building, be sure to open up the src/app/data.service.ts file and change the domain_name variable to the domain::port of your Django backend.
Then build to generate your files. You should see them in the dist/ directory.Below are all dependencies this project needs to work.
Extra Dependencies
==================Django
------Use pip to install these:
* channels
* channels_redis
* Django
* django-cors-headers
* djangorestframework
* djangorestframework-jwt
* mysql-connector-python
* slackclientAngular
-------Use npm to install these:
* ng2-dragula
* materialize-cssFollow further instructions for materialize-css here:
https://materializecss.com/getting-started.html