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

Added Dockerfiles for api and Frontend #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

yashwant7chaudhari
Copy link

Added Dockerfiles for both the API and frontend components to containerize the application. These Dockerfiles will facilitate easier deployment and scaling by using consistent environments.

API Dockerfile: Sets up a Python environment, installs dependencies, and runs the FastAPI server.
Frontend Dockerfile: Sets up a Node.js environment, installs dependencies, builds the Next.js application, and serves it.

@rishabkumar7
Copy link
Owner

Hi @yashwant7chaudhari thank you for the contribution. But the goal of this repo is to use as a starting point, so you can use this repo as a fork and add your DevOps solution.

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