diff options
| -rw-r--r-- | README.md | 15 | ||||
| -rw-r--r-- | screenshots/admin-panel.png | bin | 0 -> 50920 bytes | |||
| -rw-r--r-- | screenshots/another-user-logged-in.png | bin | 0 -> 115600 bytes | |||
| -rw-r--r-- | screenshots/comment-page.png | bin | 0 -> 21475 bytes | |||
| -rw-r--r-- | screenshots/creating-post.png | bin | 0 -> 30921 bytes | |||
| -rw-r--r-- | screenshots/edit.png | bin | 0 -> 32121 bytes | |||
| -rw-r--r-- | screenshots/feed.png | bin | 0 -> 36789 bytes | |||
| -rw-r--r-- | screenshots/login.png | bin | 0 -> 20462 bytes | |||
| -rw-r--r-- | screenshots/post-page-with-comments.png | bin | 0 -> 53849 bytes | |||
| -rw-r--r-- | screenshots/post-page.png | bin | 0 -> 37766 bytes | |||
| -rw-r--r-- | screenshots/register.png | bin | 0 -> 25905 bytes | |||
| -rw-r--r-- | screenshots/your-profile-page.png | bin | 0 -> 50603 bytes | |||
| -rw-r--r-- | screenshots/your-settings-page.png | bin | 0 -> 41581 bytes |
13 files changed, 15 insertions, 0 deletions
@@ -59,3 +59,18 @@ If nothing broke, you can now access the front-end from `http://localhost:4200`. You can change on what port the API is ran, by changing the `HTTP_PORT` constant in `src/DevHive.Web/Program.cs`. If you do so, you **must** also update the front-end, because by default it will try to send requests to port 5000. Go to `src/DevHive.Angular/src/app` and edit the `app-constants.module.ts` file, on the second row you're gonna see the variable `BASE_API_URL`, change it accoring to your API modifications. You can change on what port the Front-end is ran, by issueing the serve command with the `--port` parameter: `ng serve --port 5001`. But, **don't run it with the `--ssl` parameter!** SSL isn't supported yet, so it will throw errors! As an alternative, if you need ssl, is using a [reverse proxy](https://www.cloudflare.com/learning/cdn/glossary/reverse-proxy/). + +## Screenshots + + + + + + + + + + + + + diff --git a/screenshots/admin-panel.png b/screenshots/admin-panel.png Binary files differnew file mode 100644 index 0000000..d8f1b3f --- /dev/null +++ b/screenshots/admin-panel.png diff --git a/screenshots/another-user-logged-in.png b/screenshots/another-user-logged-in.png Binary files differnew file mode 100644 index 0000000..67f34e1 --- /dev/null +++ b/screenshots/another-user-logged-in.png diff --git a/screenshots/comment-page.png b/screenshots/comment-page.png Binary files differnew file mode 100644 index 0000000..f517dc9 --- /dev/null +++ b/screenshots/comment-page.png diff --git a/screenshots/creating-post.png b/screenshots/creating-post.png Binary files differnew file mode 100644 index 0000000..58081f2 --- /dev/null +++ b/screenshots/creating-post.png diff --git a/screenshots/edit.png b/screenshots/edit.png Binary files differnew file mode 100644 index 0000000..e448af3 --- /dev/null +++ b/screenshots/edit.png diff --git a/screenshots/feed.png b/screenshots/feed.png Binary files differnew file mode 100644 index 0000000..a456e2a --- /dev/null +++ b/screenshots/feed.png diff --git a/screenshots/login.png b/screenshots/login.png Binary files differnew file mode 100644 index 0000000..378a682 --- /dev/null +++ b/screenshots/login.png diff --git a/screenshots/post-page-with-comments.png b/screenshots/post-page-with-comments.png Binary files differnew file mode 100644 index 0000000..d464053 --- /dev/null +++ b/screenshots/post-page-with-comments.png diff --git a/screenshots/post-page.png b/screenshots/post-page.png Binary files differnew file mode 100644 index 0000000..96428ef --- /dev/null +++ b/screenshots/post-page.png diff --git a/screenshots/register.png b/screenshots/register.png Binary files differnew file mode 100644 index 0000000..70448b1 --- /dev/null +++ b/screenshots/register.png diff --git a/screenshots/your-profile-page.png b/screenshots/your-profile-page.png Binary files differnew file mode 100644 index 0000000..3701ea3 --- /dev/null +++ b/screenshots/your-profile-page.png diff --git a/screenshots/your-settings-page.png b/screenshots/your-settings-page.png Binary files differnew file mode 100644 index 0000000..61e39e6 --- /dev/null +++ b/screenshots/your-settings-page.png |
