Skip to content

An application made with SpringBoot as a REST API and ReactJS for frontend, for performing basic CRUD operations with a Job model in a local MongoDB database to fetch data and display.

Notifications You must be signed in to change notification settings

mayankdhnkr/job-portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Job Portal with SpringBoot

React Spring
An application made with SpringBoot as a REST API and ReactJS for frontend, for performing basic CRUD operations with a Job model in a local MongoDB database to fetch data and display.

Features

  • Spring REST API

Installation

  1. Clone repository
git clone https://github.com/mayankdhnkr/job-portal.git
  1. Connect to MongoDB Compass

  2. Make a DB with name "jobportal"

  3. Start Spring API- Open the project in IntelliJ IDEA or any other IDE and run the project

  4. Start React frontend

cd job_portal_frontend
npm install
npm start

About

An application made with SpringBoot as a REST API and ReactJS for frontend, for performing basic CRUD operations with a Job model in a local MongoDB database to fetch data and display.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published