Skip to content

A full-stack TypeScript application built for a recruitment task, featuring an Express and MongoDB backend with a frontend for managing and displaying product data.

Notifications You must be signed in to change notification settings

jakubmas/Recruitment-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Documentation

Getting Started

  1. Clone the project:

    git clone https://github.com/jakubmas/Recruitment-App.git
  2. Navigate to the project directory and run setup:

    cd Recruitment-App
    npm run dev:setup
  3. Setup and seed DB:

    You can find information on how to do it in the be/README.md file.

  4. Start the backend server:

    cd be
    npm run dev
  5. Start the frontend server:

    cd ../fe
    npm run dev
  6. Open the application in your browser:

    Navigate to http://localhost:5173

Backend Documentation

You can find more information in the be/README.md file.

Frontend Documentation

The frontend is built using modern JavaScript frameworks and libraries. It features optimized API calls, improved filter handling, and an updated product card design.

Key Features

  • Optimized API Calls: Implemented debouncing and caching to reduce unnecessary API requests and improve performance.
  • Enhanced Filters: Updated the filters to support multiple selections and fixed related type errors.
  • Updated UI Design: Adopted Tailwind UI components for a more consistent and visually appealing interface.

About

A full-stack TypeScript application built for a recruitment task, featuring an Express and MongoDB backend with a frontend for managing and displaying product data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages