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

#issue 120 Add Docker Setup for Frontend and Backend #132

Merged
merged 2 commits into from
Oct 9, 2024

Conversation

PankajKumardev
Copy link

@PankajKumardev PankajKumardev commented Oct 8, 2024

fixes #120
This PR introduces Docker configuration for both the frontend (Vite) and backend (Node.js) applications. The setup simplifies the process of running the project in isolated containers for development.

Docker Setup Instructions:

Build containers: docker-compose build
Start containers: docker-compose up
Access frontend: http://localhost:5173
Access backend: http://localhost:3000
Stop containers: docker-compose down

Copy link

vercel bot commented Oct 8, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
station-guide ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 8, 2024 11:16am
station-guide-backend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 8, 2024 11:16am

Copy link
Contributor

github-actions bot commented Oct 8, 2024

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

@PankajKumardev
Copy link
Author

@dhairyagothi done with docker thing

@PankajKumardev PankajKumardev changed the title #issue 129 Add Docker Setup for Frontend and Backend #issue 120 Add Docker Setup for Frontend and Backend Oct 8, 2024
@dhairyagothi
Copy link
Owner

@PankajKumardev please also update .gitignore file

@PankajKumardev
Copy link
Author

@PankajKumardev please also update .gitignore file

bro , all the files that i added , it doesnot need .gitignore because all files are important

@dhairyagothi dhairyagothi self-requested a review October 9, 2024 15:58
@dhairyagothi dhairyagothi added level 1 10 Points issue level 2 25 Points Issue and removed level 1 10 Points issue labels Oct 9, 2024
@dhairyagothi dhairyagothi merged commit 5be03e3 into dhairyagothi:main Oct 9, 2024
5 checks passed
Copy link
Contributor

github-actions bot commented Oct 9, 2024

🎉 Your pull request has been successfully merged! 🎉 Thank you for your valuable contribution to Station Guide. Your efforts are greatly appreciated. Feel free to reach out if you have any more contributions or if there's anything else we can assist you with. Keep up the fantastic work! 🚀

@PankajKumardev PankajKumardev deleted the docker-setup branch October 9, 2024 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc-ext GSSOX'24 Extended hacktoberfest-accepted Hacktoberfest level 2 25 Points Issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dockerize the Application
2 participants