pMattheew / istpay-test

admissional test for Istpay company

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Job Seeker

Admissional test for "Istpay" company

πŸš€ Run the project

  • The project was developed entirely using Gitpod; You can try the project by yourself with just one click using a Gitpod workspace;

    It will setup everything and start the development server just for you =)

  • Important! It's common that on the start the initializer script hangs creating the MySQL database, wait some seconds and it should start Laravel's development server. Otherwise, you can create it by yourself following the instructions below.

MySQL Database Setup

1. Create a database running this command:

mysql -u root -e "create database jobseeker_db"

2. Start Laravel development server running this command:

npm run laravel.host # must be hosted in cloud environment.

πŸ‘¨πŸΎβ€πŸ’» Test features

Follow these instructions to start using what the project can give
  • The project was created focusing on mobile first, so I'd recommend using at least Devtools with responsive constraints.
  1. Seed the database with premade mock data, it will give you an user that you can login using test@example.com as email and password as password.
php artisan db:seed
  1. After doing login, you can manage jobs and candidates accessing the /jobs route.
  • You can run tests using the php artisan test command.

πŸŽ† Other

  • See the company's website that I'm helping now and that we use the same tech stack, Vue with Laravel Inertia.js
  • See this project (src) that I could complete in 4 days in a technology that I hadn't used before.
  • A project that I'm proud of πŸ™‚ (with PHP in backend!)
  • About

    admissional test for Istpay company


    Languages

    Language:PHP 58.8%Language:Vue 29.5%Language:Blade 9.7%Language:JavaScript 1.8%Language:Shell 0.2%Language:CSS 0.0%