Skip to content

A full-stack job portal app with a Spring Boot REST API backend and React frontend. Supports complete CRUD operations for managing job postings.

Notifications You must be signed in to change notification settings

waseeftauqueer/Job-Portal-Spring-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

About

A full-stack job portal app with a Spring Boot REST API backend and React frontend. Supports complete CRUD operations for managing job postings.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published