From 5f2ba0750f5d52c18d193d0b8ec6196cc0d7e5c8 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Thu, 4 Feb 2021 17:15:55 +0200 Subject: Added screenshots to README --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 6fbd5d3..0ad6b7c 100644 --- a/README.md +++ b/README.md @@ -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 + +![](./screenshots/register.png) +![](./screenshots/login.png) +![](./screenshots/feed.png) +![](./screenshots/creating-post.png) +![](./screenshots/your-profile-page.png) +![](./screenshots/your-settings-page.png) +![](./screenshots/edit.png) +![](./screenshots/post-page.png) +![](./screenshots/post-page-with-comments.png) +![](./screenshots/comment-page.png) +![](./screenshots/another-user-logged-in.png) +![](./screenshots/admin-panel.png) -- cgit v1.2.3