Skip to content

Commit e44d897

Browse files
committed
Final updates on documentation
1 parent 919df35 commit e44d897

File tree

5 files changed

+33
-34
lines changed

5 files changed

+33
-34
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# DEVils-Scrum-Tool
2-
Web cooperative platform for software management. This platform helps teams to implement software projects based on
3-
agile methodology (Scrum) via sprints, epics, user stories, tasks and issues. Deploying DEVils-Scrum-Tool on cloud platforms like Heroku (check instructions) is very easy, making it a perfect free and private application for teams to work with on their own projects! You may try it online, on https://devils-scrumtool.herokuapp.com
2+
Web Application for Software Project Management based on Scrum Methodology. This platform helps teams to implement software projects based on agile methodology (Scrum) via sprints, epics, user stories, tasks and issues. Deploying DEVils-Scrum-Tool on cloud platforms like Heroku (check instructions) is very easy, making it a perfect free and private application for teams to work with on their own projects! You may try it online, on https://devils-scrumtool.herokuapp.com
43

54
## Environment
65
This web application is created using Spring Boot and Gradle for build in the back-end, while the front-end is implemented on Vuejs framework. Both implementations are fully independenent. Unit and integration tests have been implemented on client and server respectively. For dependencies, check the README.md files in each directory.

client/server.js

+3
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ app.get(/.*/, function (req, res) {
1010
app.listen(port)
1111

1212
console.log('Server started on port: ', port)
13+
14+
// Deploy on heroku through git from root directory, check:
15+
// https://stackoverflow.com/questions/26241683/heroku-deploy-a-sub-directory

docs/README.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22

33
## Software Analysis
44
- [Requirements Specification](./specs/requirements_specification.md)
5-
- [URL Table](./specs/url_table.md)
6-
- [REST API](./specs/rest_api.md)
7-
8-
## Diagrams
9-
- [Database ER Diagram](./database/Database_PostgreSQL_ER_Diagram.png)
10-
- [Site Map](./design/site_map.png)
115
- [UML Use Case Diagram](./design/UML_Use-Case_Diagram.png)
126
- [Wireframes](./design/wireframes_diagram.md)
7+
- [Site Map](./design/site_map.png)
8+
- [Database ER Diagram](./database/Database_PostgreSQL_ER_Diagram.png)
9+
- [URL Table](./specs/url_table.md)
10+
- [REST API](./specs/rest_api.md)

0 commit comments

Comments
 (0)