Skip to content

diegovilhalva/jobfinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Job Finder Website

Overview

This project is a simple job finder website built using Node.js, Express, SQLite, and Express Handlebars. The website allows users to search for jobs, view job details, and post new job listings.

Features

  • Job Listings: View a list of available job postings.
  • Job Details: Click on a job to view detailed information.
  • Post a Job: Submit a new job listing.
  • Search Jobs: Search for jobs based on keywords.

Technologies Used

  • Node.js: JavaScript runtime environment.
  • Express: Web application framework for Node.js.
  • SQLite: Lightweight database for storing job listings.
  • Express Handlebars: Template engine for rendering HTML pages.

Installation

  1. Clone the repository:

    git clone https://github.com/diegovilhalva/jobfinder.git
    cd jobfinder
  2. Install dependencies:

    npm install
  3. Start the server:

    npm start
  4. Open your browser:

    Navigate to http://localhost:3000 to view the website.

Releases

No releases published

Packages

No packages published