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.
- 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.
- 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.
-
Clone the repository:
git clone https://github.com/diegovilhalva/jobfinder.git cd jobfinder
-
Install dependencies:
npm install
-
Start the server:
npm start
-
Open your browser:
Navigate to
http://localhost:3000
to view the website.