drake d10d64ec0a
ci / docker_image (push) Successful in 2m23s
ci / deploy (push) Successful in 24s
change dark colors
2025-06-30 04:18:01 +00:00
2025-01-04 17:45:18 +00:00
2025-06-30 04:18:01 +00:00
2025-03-28 11:16:15 -05:00
2025-03-29 17:43:50 -05:00
2025-03-28 13:12:43 -05:00
2024-12-07 20:20:10 -06:00
2024-12-07 20:20:10 -06:00
2024-12-07 20:20:10 -06:00
2025-03-28 13:12:43 -05:00
2024-12-07 20:20:10 -06:00
2025-06-19 17:14:18 -05:00
2025-06-19 17:14:18 -05:00
dev
2025-01-26 19:12:15 -06:00
2024-12-07 20:20:10 -06:00
2025-03-29 17:43:50 -05:00
2025-03-28 13:12:43 -05:00
2025-03-28 12:04:31 -05:00
2024-12-07 20:20:10 -06:00
2024-12-07 20:20:10 -06:00
2025-01-15 18:20:27 -06:00

CareerConnect - FBLA 2025

Overview

This is a job board application built using SvelteKit for the 2025 FBLA Website Coding & Development event. It allows users to browse job listings, post new job opportunities, and manage job applications. The application is designed for fast performance and a seamless user experience.

Features

  • User authentication (login/signup/logout)
  • Browse job listings
  • Post new job listings
  • Apply for jobs
  • Permissions system
  • Themes
  • Companies

Installation

To set up the project locally, follow these steps:

Prerequisites

Clone the repository

git clone https://git.marinodev.com/MarinoDev/FBLA25
cd FBLA25

Create a .env file in the root directory and configure environment variables. .env.example is provided as a template.

Docker

A Dockerfile and docker-compose.yml file are provided for running the application in a Docker container.

Manual

Install dependencies

npm install

Start the development server

npm run dev

Go to http://localhost:5173/ (or the port shown in the terminal).

Deployment

To deploy the application, build it using:

npm run build
node server.js

Resources Used

Technologies

Libraries

S
Description
2025 FBLA Website Coding and Development submission
https://fbla25.marinodev.com
Readme
1.3 MiB
Languages
Svelte 58.3%
TypeScript 36.1%
CSS 4.6%
JavaScript 0.7%
HTML 0.2%
Other 0.1%