Skip to content

SPLRGE/jobs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

splrge banner

Open positions @ SPLRGE ⭐

Description

Cloned from SPLRGE/vexa-jobs. Adapted for SPLRGE by dev team. SPLRGE Jobs allows users to see the jobs available at SPLRGE. By clicking on a button, they are redirected to a form (Google Forms, Office Forms, ...) to apply. The site's dashboard lets you read, create, modify and delete users, positions and categories.

Installation

  1. Clone the repository
  2. Install the dependencies
npm install
  1. Copy .env.example to .env and fill in the variables
  2. Run the server
npm run dev

Database migration

Generate a new migration

pnpm run migrate:generate

Run the migrations

pnpm run migrate:deploy

Create the first account

  1. Go to http://localhost:3000/initialize
  2. Fill in the inputs

Don't forget these credentials!

Documentation

The api documentation can be found at /_nitro/scalar

Help

Join our Discord server for help.

Contribute to the project

  1. Don't hesitate to star this repo!
  2. Create pull requests to improve/fix features.