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.
- Spring REST API
- Clone repository
git clone https://github.com/mayankdhnkr/job-portal.git
-
Connect to MongoDB Compass
-
Make a DB with name "jobportal"
-
Start Spring API- Open the project in IntelliJ IDEA or any other IDE and run the project
-
Start React frontend
cd job_portal_frontend
npm install
npm start