This project borns to help a friend of mine: she was struggling to find a job. So the idea to experiment a little bit with Puppeteer, Vue 3.0, and tailwindcss, to have fun, learn something new, and... sure, maybe scrape a bit through portals offering jobs to help her.
It is composed by two parts:
- a backend REST API written in Nest
- a frontend client application written with Vue 3.0 and tailwindcss (this repo)
App demo: http://natjob.matteopiazza.wtf/#/
$ npm install
#or
$ yarn install
npm run build
npm run lint
Configure the REST API base through the environment variable VUE_APP_API_BASE
.
You can use a .env file, as in the repo's example, or configure your environment variable as you prefer.
npm run serve