Skip to content

Sahilsahu223/Getajob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 

Repository files navigation

GetAjob

A full-stack job portal application built using Java Spring Boot and MongoDB for the backend and React for the frontend. This project follows a tutorial by Telusko and serves as a learning experience for full-stack development.

πŸ›  Tech Stack

  • Backend: Java Spring Boot, MongoDB
  • Frontend: React, React Router
  • Others: RESTful APIs, JWT Authentication

πŸ“Œ Features

  • User authentication (Signup/Login)
  • Job listing with CRUD operations
  • Apply for jobs and manage applications
  • Responsive UI built with React

πŸš€ Setup Instructions

Backend (Spring Boot + MongoDB)

  1. Clone the repository:
    git clone https://github.com/yourusername/GetAjob.git
    cd GetAjob/backend
  2. Configure application.properties for MongoDB connection.
  3. Run the Spring Boot application:
    mvn spring-boot:run

Frontend (React)

  1. Navigate to the frontend directory:
    cd GetAjob/frontend
  2. Install dependencies:
    npm install
  3. Start the React app:
    npm start

πŸ“– Credits

This project is based on a Telusko tutorial on full-stack development.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published