Skip to content

Hello, This is a admin panel in laravel(latest version), nuxtjs and tailwind css. To implement API using laravel, i'm try to use a repository design pattern to implement backend.

Notifications You must be signed in to change notification settings

muhammadsanwarulislam/centerpoint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 

Repository files navigation

Instructions of the project

# Instructions
Step-1 Setup Nuxt project
Setup Laravel project

Q1

Backend APP Or Admin Dashboard(Nuxt js) installations

Follow the steps mentioned below to install and run the project. For both frontend

  1. Clone or download the repository
  2. Run the command npm install
  3. Run npm run dev from the project root and visit http://localhost:3000/

Q2

Backend API(Laravel) installations

Follow the steps mentioned below to install and run the project.

  1. Clone or download the repository
  2. Go to the project directory and run composer install
  3. Create .env file by copying the .env.example. You may use the command to do that cp .env.example .env
  4. Update the database name and credentials in .env file
  5. Run the command php artisan migrate:fresh --seed
  6. If you get such kind of things 'Personal access client not found or Please create one' then run php artisan passport:install
  7. Run the command php artisan serve to check api functionality

About

Hello, This is a admin panel in laravel(latest version), nuxtjs and tailwind css. To implement API using laravel, i'm try to use a repository design pattern to implement backend.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published