A full-stack MERN application for testing and practicing DevOps workflows. Includes frontend and backend integration with Node.js, Express, React, and MongoDB, containerized using Docker, and configured for CI/CD pipelines to automate build, test, and deployment processes.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
13
commits
1
commits
refactor: remove build context for backend and frontend services in docker-compose
63778d6View on GitHubfeat: enhance Login and Signup forms with onLogin and onSignup callbacks
4042b6fView on GitHubfeat: add react-router-dom and update user signup flow with navigation
32c51ceView on GitHubrefactor: simplify docker-compose by removing build context for backend and frontend services
894624fView on GitHubfix: update Dockerfile to install dependencies with --include=development option
20daaddView on GitHubfix: change npm ci to npm install for dependency installation in Dockerfile
09b5111View on GitHubfix: include devDependencies in Dockerfile installation step
86e2b79View on GitHubfeat: integrate Sequelize ORM for database management
d4849beView on GitHubUpdate dev script in package.json to include --host option for Vite
5cbfcb8View on GitHubAdd .gitignore and .dockerignore files for frontend and backend; update Dockerfile to expose correct port
28cca0aView on GitHub