nicholascostadev / jobsy

A job searching platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jobsy (UNDER DEVELOPMENT)

A job searching platform


Technologies Used

  1. Sveltekit
  2. Prisma
  3. Lucia-auth
  4. TailwindCSS

How to run it locally

If you want to run this project locally, you can follow the steps shown below.

Prerequisites

  1. Node
  2. pnpm

Commands

ps: The project uses SQLite for the database locally, if you want to use another DB, it's easy, follow the prisma docs or your database provider docs for the integration.

# Copy the environment variables and update them as you need
cp .env.example .env

# Install the dependencies
pnpm install

# Initialize the DB
pnpx prisma db push

# Generate your Prisma types
pnpx prisma generate

# Probably restart your TypeScript LSP

# Start the development server
pnpm run dev

About

A job searching platform


Languages

Language:Svelte 64.2%Language:TypeScript 32.0%Language:JavaScript 2.7%Language:HTML 0.7%Language:CSS 0.4%