vaishkiyarminal001 / cakejunction

CakeJunction is a simple CRUD (Create, Read, Update, Delete) website that allows users to manage data. The website is built using HTML, CSS, and JavaScript for the frontend, and Java with Spring Boot for the backend. It interacts with a MySQL database to store and retrieve data.

Home Page:https://drive.google.com/file/d/1RAY9qYioVWw6LoW-kTKjZrH3ek-xaN3M/view?usp=sharing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CakeJunction 🍰

This is a simple CRUD (Create, Read, Update, Delete) website that allows users to manage data. The website is built using HTML, CSS, and JavaScript, and it interacts with a backend API to perform CRUD operations.

Coding

Features

πŸ“ Add Data: Users can add new data by providing a name, description, and image URL.
πŸ‘€ Get Data: Users can view all the data in a card format.
✏️ Update Data: Users can update existing data by providing a new name, description, and image URL.
❌ Delete Data: Users can delete existing data.

Technologies Used

πŸ–₯️ Frontend: HTML, CSS, JavaScript
πŸ”™ Backend: Java, Spring Boot
πŸ’Ύ Database: MySQL
πŸ₯²Testing: JUnit and mocito

API Endpoints

πŸ“‘ GET /data/getAllData: Get all data.
πŸ” GET /data/getDataById/{id}: Get data by ID.
πŸ“€ POST /data/registerData: Add new data.
πŸ”„ PUT /data/updateData/{id}: Update data by ID.
πŸ—‘οΈ DELETE /data/deleteData/{id}: Delete data by ID.

Project Video:- https://drive.google.com/file/d/1RAY9qYioVWw6LoW-kTKjZrH3ek-xaN3M/view?usp=sharing

About

CakeJunction is a simple CRUD (Create, Read, Update, Delete) website that allows users to manage data. The website is built using HTML, CSS, and JavaScript for the frontend, and Java with Spring Boot for the backend. It interacts with a MySQL database to store and retrieve data.

https://drive.google.com/file/d/1RAY9qYioVWw6LoW-kTKjZrH3ek-xaN3M/view?usp=sharing


Languages

Language:Java 70.8%Language:JavaScript 14.3%Language:CSS 9.4%Language:HTML 5.4%