Skip to content

henrymbuguak/Vue-js-Frontend-for-a-Simple-Shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend

A Vue.js project

Introduction

This is a frontend project created using vue js. In order to use this project you need the backend for the api connection. To get the backend code visit Laravel backend

Explanation

In order for you to successfully run this app. You need to run the backend of this application. Before you can login, you need to login to you database. Locate the oauth_clients table and copy Grant client secret key. Back at our frontend open Login.vue located at src/components/authentication/Login.vue In our signin method, paste the client_secret that you copied from the database.

Lastly, head over to the database and copy the crediatial of one user, all you need is the email of the user and the password is secret for all seeded users. To start our frontend application run the following command:npm run dev and visit localhost:8080 signin and enjoy.

Happy Coding!