Skip to content

Alkiyogoma/zunolibrary

Repository files navigation

Zuno UI Technical Challenge

This is a project for Zuno UI Technical Challenge In this challenge they are testing your ability to recreate a UI from a given mock-up

Getting started

To get started, you have to clone the project repository

git clone https://github.com/Alkiyogoma/zunolibrary.git

You need to install Node.js(NPM) and PHP Laravel with Composer .

Installing Requirements Steps

Before installing this project you should ensure that your local machine has PHP and Composer environment installed.

On the backend side you need to install all needed composer PHP dependecies.

composer update

Once you have your server-side framework configured, you then need to setup your client-side framework.

Install NPM packages and all required Node js dependecies, run:

npm install

Run Laravel Mix that provides a fluent API for defining Webpack to compile and minify your application CSS and JavaScript files.

npx mix
  • Import database zunolibrary.sql file to your Mysql database

Then start your backend by running:

php artisan serve

To use your app, open your browser and go to http://localhost:8000/

Technologies

Frontend

  • VueJs
  • Boostrap
  • HTML5

Backend

  • PHP
  • Laravel
  • MYSQL
  • InertiaJs

Visit Live Site