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.
- Clone the repository
- Install the dependencies
npm install
- Copy
.env.example
to.env
and fill in the variables - Run the server
npm run dev
Generate a new migration
pnpm run migrate:generate
Run the migrations
pnpm run migrate:deploy
- Go to http://localhost:3000/initialize
- Fill in the inputs
Don't forget these credentials!
The api documentation can be found at /_nitro/scalar
Join our Discord server for help.
- Don't hesitate to star this repo!
- Create pull requests to improve/fix features.