artisticLogicMK / Remotech

Remotech is a comprehensive job listing and search application that provides a fast and modern user experience for both job employers and work searchers.

Home Page:https://remotech.fly.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remotech

Remotech is a comprehensive job listing and search application that provides a fast and modern user experience for both job employers and work searchers.


Made with

Laravel Inertia Vue.js JavaScript TailwindCSS


Links

View the app in action.

Check out more screenshots on behance.


Project setup


Setup laravel and all dependecies:

composer install

Install frontend assets (Uses Laravel Mix):

npm install

Start laravel development server:

php artisan serve

Load frontend for development

npm run dev //build frontend once for dev
npm run watch //build on watch for dev
npm run hot //Compiles and hot-reloads for dev
npm run prod //Compiles frontend for production

Rename .env.example to .env and set your own database info. Sqlite is used as the default database which comes with some preloaded data.

About

Remotech is a comprehensive job listing and search application that provides a fast and modern user experience for both job employers and work searchers.

https://remotech.fly.dev

License:MIT License


Languages

Language:PHP 52.0%Language:Vue 43.6%Language:Blade 1.8%Language:JavaScript 1.4%Language:CSS 0.9%Language:Shell 0.4%