Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 651 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 651 Bytes

About This Project

  • I'ts a practice project to apply things learnt in docker and kubernetes practical guide course.
  • Thise project is a simple dockerized events app with crud operations to add, edit, delete and view an event using React, Node.js and MongoDB.
  • This project uses docker compose to dockerize the backend and database and consume the exposed result APIs in the frontend app.

Structure

  • Frontend: React app using Vite template for React + TS.
  • Backend: Node.js + Express app with simple CRUD APIs

Demo

No demoes, the app is not deployed.