Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#281 Implemented Dockerfile and deployed the backend on aws #308

Merged
merged 1 commit into from
Oct 29, 2023

Conversation

alitpc25
Copy link
Contributor

Dockerfile is created, image pushed to dockerhub and the backend is deployed on render.com. API Documentation is on https://resq.onrender.com/resq/api/v1/swagger-ui/index.html. Endpoints except /auth is authenticated. So, to send a request, first /auth/signin and take jwt token. Then, click the Authorize button in the top of the swagger page, paste the jwt token that was given after signin. Now, you are authorized to send requests via API Documentation. Also, you need to add header value to X-Selected-Role.

@alitpc25 alitpc25 requested a review from furknbulbul October 29, 2023 22:46
@furknbulbul furknbulbul merged commit d214cae into dev Oct 29, 2023
@alitpc25 alitpc25 changed the title #281 Implemented Dockerfile and deployed the backend on render.com. #281 Implemented Dockerfile and deployed the backend on aws Oct 30, 2023
@alitpc25
Copy link
Contributor Author

I switched the deployment from render to AWS since it is more reliable.

@kubraaksux kubraaksux deleted the release/BE-281-deployment-of-backend branch December 19, 2023 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants