Coder Social home page Coder Social logo

kavicastelo / job_seeker Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 2.0 5.85 MB

This project is built on only educational purpose. Job seeker is a free consultation company for seekers. This is in all around the world and seekers can select country, job category and best matching counsultant for their job target.

Home Page: https://seeker-by-kavi.netlify.app/

License: MIT License

TypeScript 66.72% HTML 26.32% SCSS 6.96%
angular fullstack springboot3 webproject mongodb

job_seeker's Introduction

JobSeeker

JobSeeker is a web application developed as a university assignment. It is designed to facilitate the interaction between job seekers and consultants. The project uses Angular 15 for the frontend and Spring Boot 3 for the backend.

Table of Contents

Technologies

  • Frontend: Angular 15
  • Backend: Spring Boot 3
  • Database: MongoDB

Getting Started

To get started, follow the steps below:

  1. Clone this repository.
  2. Configure environment files in both the frontend and backend.
  3. Install required dependencies.
  4. Run the frontend and backend applications.

Usage

The application serves as a platform for job seekers to connect with consultants. Users can filter job listings based on country, job category, consultant name, and job role. Follow these steps to make an appointment:

  1. Choose a country (e.g., American Samoa).
  2. Select a job category (e.g., Art & Design Related).
  3. Choose a consultant (e.g., Kavi Castelo).
  4. Select a job role under the chosen category.

Login Credentials

Reception Panel:

You can use consultants credentials too

Consultant Login (Sign In):

Consultant Apply:

nav bar > become a consultant or top bar > become a consultant > apply now

Functionality

  • CRUD operations for job listings.
  • Reception and consultant login with shared credentials.
  • Filter function on the homepage for searching job listings.
  • Authenticated access for secure operations.

Described only main function. Many more functions to have consultant and reception panels.

Deployment

Note: Backend loading time might be up to 30 seconds due to the free hosting plan.

Security

  • Authentication and authorization mechanisms are integrated.
  • CORS is configured to allow frontend access to backend APIs.
  • Reception and consultant login credentials are shared for educational purposes.
  • Passwords are not encrypted for simplicity and educational purposes.

Local Setup

To run the project locally:

  1. Clone the repository.
  2. Checkout the frontend branch and configure the environment files as instructed.
  3. Checkout the backend branch and configure the CORS settings and application.properties.
  4. Run the frontend and backend applications.

Remember to wait for a minute after loading the website for optimal data transfer.


Feel free to explore and contribute to this educational project! For any questions or issues, contact Kavindu Kokila.

job_seeker's People

Contributors

kavicastelo avatar

Stargazers

 avatar  avatar

Watchers

 avatar

job_seeker's Issues

Nested calling methods

When I'm trying to accept consultant request, both accepted email and ban email are sent to the consultant. It happening because springboot not providing update method. It only update works if matched requested ID and exsisting ID. I sent email address for idendifier and then springboot creates a new entity in database.

Avoide this issue, I tried to create a delete method using email identifier and it called after completed the updated method. However in my function works like this.

[email protected] is the identifier.

checkMethodIfAvailable([email protected]).subscribe((resp)=>{
  if(resp !== null){
    updateConsultantAsVerified([email protected]).subscribe((resp)=>{
      // in this method, creates new data set for [email protected](update not working)
      // send account approved email
      deleteCurrentOldConsultant([email protected]).subscribe((resp)=>{
        // send ban account email
      },
      err = > {
        //error handle
      })
    }, err = > {
      //error handle
    })
  }
}, err = > {
//error handle
})

Further more, I use deleteCurrentOldConsultant([email protected]) this method to ban consultant accounts in reception panel too.

Sudgest any method to fix this bug without creating another deleteAccount method(without sending email)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.