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.
https://gitlab.com/yawik/rewrite/-/issues/1
ready for production
git clone https://gitlab.com/yawik/jobwizard.git
cd jobwizard
yarn
yarn dev
you should be able to acess http://localhost:8090
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 |
you can use the same login in the live and the demo system
https://yawik.gitlab.io/jobwizard/
we use mkdocs dor documentation. Rendered version is located at: