Skip to content

Commit

Permalink
Meta tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
itaisteinherz committed Feb 9, 2019
1 parent 56af25b commit 80aecba
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions docs/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ paths:
message: "Network error"

# Thread routes
/thread/{questionId}:
/thread/:questionId:
get:
tags:
- "content"
Expand Down Expand Up @@ -330,7 +330,7 @@ paths:
path: question

# Tag routes
/tag/browse/{tagname}:
/tag/browse/:tagname:
get:
tags:
- "tag"
Expand Down Expand Up @@ -391,11 +391,11 @@ paths:
application/json:
error: "Internal server error: couldn't fulfill the request at the current time."

/tag/tags/{query}:
/tag/tags/:query:
get:
tags:
- "tag"
summary: Get 5 tags matching the given query string
summary: Get 5 tags matching the given query
consumes:
- application/json
parameters:
Expand Down
5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ _Developed during the Chingu Voyage-7 cohort by bears team 22. Read more about C
<br>
<div align="center">
<a href="http://knowledge2019.herokuapp.com">
<img src="screenshot.png" width="661">
<img src="screenshot.png" height="450">
</a>
</div>

Expand All @@ -25,7 +25,7 @@ First of all, obtain your Firebase SDK service account credentials (more info on

Then, run `npm run dev` to start the app in development mode or `npm start` to run it in production mode. It should then be running on http://localhost:3000, with the backend API running on http://localhost:5000.

See our backend API documentation [here](https://rawcdn.githack.com/chingu-voyage7/Bears-Team-22/a666ca417134b6b29758eb851f257af446b78d61/docs/index.html).
See our backend API documentation [here](https://raw.githack.com/chingu-voyage7/Bears-Team-22/master/docs/index.html).

### Technical Stack

Expand Down Expand Up @@ -53,6 +53,7 @@ Both our frontend and backend are written in Node.js. The tech stack consists of

We're also using [various libraries and modules](https://github.com/chingu-voyage7/Bears-Team-22/network/dependencies).


## Creators

- [Itai Steinherz](https://github.com/itaisteinherz)
Expand Down
Binary file modified screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 80aecba

Please sign in to comment.