Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1022 Bytes

File metadata and controls

49 lines (33 loc) · 1022 Bytes

Here's a clean and minimal README.md for your GitHub repo Job-Portal-Spring-App:


# Job Portal Spring App

A full-stack job portal application built with **Spring Boot (REST API)** and **React.js (UI)** that allows users to perform complete CRUD operations on job posts.

## 🚀 Features

- Add, view, update, and delete job posts
- Modern UI with React
- RESTful backend using Spring Boot
- JSON-based data handling
- Modular and easy-to-understand code structure

## 🛠️ Tech Stack

- **Frontend**: React.js
- **Backend**: Spring Boot, Spring Data JPA
- **Database**: In-memory (for demo) or easily configurable to PostgreSQL/MySQL
- **Tools**: Axios, Maven

## 📁 Project Structure

JOBPORTAL-1-FULL-CRUD-UI/ # React frontend spring-boot-rest/ # Spring Boot backend


## 🧑‍💻 How to Run

### Backend (Spring Boot)
```bash
cd spring-boot-rest
./mvnw spring-boot:run

Frontend (React)

cd JOBPORTAL-1-FULL-CRUD-UI
npm install
npm start