Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 1.59 KB

README.md

File metadata and controls

50 lines (39 loc) · 1.59 KB

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.