Skip to content

Commit bc1e620

Browse files
committed
added documentation
1 parent 0cdd4a7 commit bc1e620

File tree

1 file changed

+57
-28
lines changed

1 file changed

+57
-28
lines changed

README.md

+57-28
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,60 @@
1-
# Courseproject
1+
# Angular Overflow
2+
_Single-page Application with Angular 2_
3+
4+
Visit it at: https://github.com/Team-WayDownWeGo/CourseProject-Angular2
5+
6+
## Team members
7+
| Name | [Student system](https://telerikacademy.com) username | [Github](https://github.com) username|
8+
|:----|:-----------------------|:-----------------------------|
9+
| Todor Georgiev | Toshe7o | georgievtodor |
10+
| Boyko Bonev | BoykoBonev | BoykoBonev |
11+
| Martin Stoyanov | martinst1 | martinst1 |
12+
13+
## Documentation
14+
### Routes
15+
- Public part
16+
- home
17+
- forum
18+
- forum/:id
19+
- search
20+
- categories
21+
- users/:username/posts
22+
- users/:username
23+
- login
24+
- register
25+
- not found
26+
27+
- Private part
28+
- profile/home
29+
- profile/edit
30+
- profile/inbox
31+
- profile/outbox
32+
- forum/create
33+
- category/create
34+
35+
### Pipes
36+
1. Filter posts
37+
2. Presentate posts
38+
3. Sort posts
39+
4. Splice posts
40+
41+
### Directives
42+
1. Bigger font size
43+
44+
### Gaurds
45+
1. Auth gaurd
46+
47+
### Partial components
48+
1. Single category
49+
2. Moving post
50+
3. Post row
51+
4. Pagination
52+
5. Single post comment
53+
54+
### Back-end
55+
Node.js server
56+
57+
https://github.com/Team-WayDownWeGo/CourseProject-Server
258

3-
This project was generated with [angular-cli](https://github.com/angular/angular-cli) version 1.0.0-beta.22-1.
459

5-
## Development server
6-
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
760

8-
## Code scaffolding
9-
10-
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive/pipe/service/class`.
11-
12-
## Build
13-
14-
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `-prod` flag for a production build.
15-
16-
## Running unit tests
17-
18-
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
19-
20-
## Running end-to-end tests
21-
22-
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
23-
Before running the tests make sure you are serving the app via `ng serve`.
24-
25-
## Deploying to Github Pages
26-
27-
Run `ng github-pages:deploy` to deploy to Github Pages.
28-
29-
## Further help
30-
31-
To get more help on the `angular-cli` use `ng --help` or go check out the [Angular-CLI README](https://github.com/angular/angular-cli/blob/master/README.md).

0 commit comments

Comments
 (0)