diff --git a/docs/swagger.yml b/docs/swagger.yml index 9397645..c2711fa 100644 --- a/docs/swagger.yml +++ b/docs/swagger.yml @@ -269,7 +269,7 @@ paths: message: "Network error" # Thread routes - /thread/{questionId}: + /thread/:questionId: get: tags: - "content" @@ -330,7 +330,7 @@ paths: path: question # Tag routes - /tag/browse/{tagname}: + /tag/browse/:tagname: get: tags: - "tag" @@ -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: diff --git a/readme.md b/readme.md index a9d5de1..cbbc28c 100644 --- a/readme.md +++ b/readme.md @@ -7,7 +7,7 @@ _Developed during the Chingu Voyage-7 cohort by bears team 22. Read more about C
- +
@@ -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 @@ -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) diff --git a/screenshot.png b/screenshot.png index 3aac86b..8218fbb 100644 Binary files a/screenshot.png and b/screenshot.png differ