Skip to content

The Job Web Application is a learning project created with the aim of implementing a web platform for job seekers (users) and employers. The application allows users to apply for jobs posted by employers and enables employers to hire candidates for job positions. It follows clear code practices to ensure easy maintenance and open for contribution.

Notifications You must be signed in to change notification settings

Kashif-Kamran/job-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

Job Web Application

Description

The Job Web Application is a learning project created with the aim of implementing a web platform for job seekers (users) and employers. The application allows users to apply for jobs posted by employers and enables employers to hire candidates for job positions. The project is implemented in TypeScript for improved type safety and maintainability. It follows clear code practices to ensure easy maintenance and is open for contributions.

Project Structure

The main folder contains the following structure:

  • backend/: Backend implementation of the project.
  • frontend/: (To be implemented in the future) Frontend implementation of the project.

Technologies Used

  • TypeScript
  • (To be implemented in the future) Frontend Framework (React)
  • (To be implemented in the future) Backend Framework (Express.ts)

Installation and Setup

  1. Clone the repository to your local machine:

    git clone https://github.com/Kashif-Kamran/job-app.git
    
  2. Navigate to the project directory:

    cd job-app
    
  3. Install dependencies:

    cd backend
    npm install 
    

Usage

  1. Start the backend server in development:

    npm run watch
    
  2. (To be implemented in the future) Start the frontend server:

    npm run start:frontend
    
  3. Open your web browser and navigate to the appropriate URL for the frontend.

Contribution

Contributions are welcome! If you want to contribute to this project, feel free to fork the repository and submit a pull request.

License

This project is licensed under the MIT License.

About

The Job Web Application is a learning project created with the aim of implementing a web platform for job seekers (users) and employers. The application allows users to apply for jobs posted by employers and enables employers to hire candidates for job positions. It follows clear code practices to ensure easy maintenance and open for contribution.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published