Skip to content

kiprono-tech/php-nextjs-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Conexa challenge by Vincent Kiprono

Challenge to job application to Full Stack PHP position

Backend

  1. PHP >= PHP 7.3
  2. BCMath PHP Extension
  3. Ctype PHP Extension
  4. Fileinfo PHP extension
  5. JSON PHP Extension
  6. Mbstring PHP Extension
  7. OpenSSL PHP Extension
  8. PDO PHP Extension
  9. Tokenizer PHP Extension
  10. XML PHP Extension
  11. Composer

Frontend

  1. Node.js 12.22 or later
  2. npm package manager

Frontend Readme

In the frontend we use NextJS, the React Framework.

  1. Run the following command: cd frontend npm install
  2. Configure the .env file with the api url
  3. Once finished, we can run the following command to get the app live in localhost:3000. npm run dev

Backend Readme

In the backend we use Laravel 8.

  1. Run the following command: cd backend composer install
  2. Configure the .env file with MIN and MAX random numbers
  3. Once finished, we can serve our app by running the following command php artisan serve

About

PHP Nextjs Challange

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published