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

feat: add frontend app #85

Merged
merged 3 commits into from
Dec 14, 2023
Merged

feat: add frontend app #85

merged 3 commits into from
Dec 14, 2023

Conversation

raphael0202
Copy link
Contributor

The front-end (the content in the dist folder) must be deployed under /static/app

  • use an nginx server as a reverse-proxy
  • serve static assets (images, robots.txt, index.html) through nginx
  • host OpenAPI docs under /api/docs (instead of /docs)

The front-end (the content in the dist folder) must be deployed under
/static/app

- use an nginx server as a reverse-proxy
- serve static assets (images, robots.txt, index.html) through nginx
- host OpenAPI docs under /api/docs (instead of /docs)
So that we can do a `make migrate-db` without building the image again
the proof type is not mandatory
Copy link
Member

@raphodn raphodn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙌

@raphael0202 raphael0202 merged commit ed34567 into main Dec 14, 2023
5 checks passed
@raphael0202 raphael0202 deleted the add-frontend-app branch December 14, 2023 13:32
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