Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project API

A simple Spring Boot REST API for CRUD operations.

This backend is designed to be integrated with a Vue3 frontend for managing project data.

Image

🚀 Tech Stack

  • Spring Boot
  • Spring Data JPA
  • Oracle Database
  • RESTful API

📌 Features

  • Get all projects (GET)
  • Get project detail (GET)
  • Create a project (POST)
  • Update a project (PUT)
  • Delete (soft delete) a project (DELETE)

🔗 Frontend Integration

This API is designed to work with a frontend application built with modern JavaScript frameworks such as:

  • Vue.js
  • React

Frontend repository will be added later.


⚙️ How to Run

  1. Make sure Oracle Database is running
  2. Update database credentials in application.yml
  3. Run the application
./gradlew bootRun

About

Spring Boot REST API for CRUD operations integrated with Vue3 frontend and Oracle database.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages