yawik / jobwizard

Jobwizard for publishing jobs on google for jobs https://jobwizard.yawik.org

Home Page:https://jobwizard.yawik.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wizard. Input tool for jobs.

Standalone wizard based on quasar. It is a single page application (SPA) running in the clients browser. The result is a static HTML content.

As an authenticated user it's possible to save, manage and publish jobs. Jobs are Google Jobs ready.

JobWizard

Task description

https://gitlab.com/yawik/rewrite/-/issues/1

Status

ready for production

Requirements

Installation

git clone https://gitlab.com/yawik/jobwizard.git
cd jobwizard
yarn
yarn dev

you should be able to acess http://localhost:8090

Configuration

The form is .env-aware.

Name Value
YAWIK_URL_PRIVACY Link to the Privacy notes
YAWIK_API_URL Yawik API
YAWIK_STRAPI_URL Strapi Backend
YAWIK_AUTH_URL Endpoint for authentication
YAWIK_JOB_URL URL to job details
YAWIK_ROUTER_BASE Router Base of the web app
YAWIK_GOOGLE_MAPS Google Maps Key

It's possible to show a toolbar with the Logo and a navigation drawer by using query parameter with any non-empty value.

Param Description
tb=0 hide toolbar
hf=1 hide footer

Live

https://jobwizard.yawik.org/

Demo

you can use the same login in the live and the demo system

https://yawik.gitlab.io/jobwizard/

Documentation

we use mkdocs dor documentation. Rendered version is located at:

https://jobwizard.yawik.org/docs/

About

Jobwizard for publishing jobs on google for jobs https://jobwizard.yawik.org

https://jobwizard.yawik.org

License:MIT License


Languages

Language:Vue 75.8%Language:JavaScript 22.6%Language:SCSS 1.0%Language:Shell 0.4%Language:HTML 0.2%