Skip to content

bintariq/laravel-8.0-And-Angular-10.0-Starter-Kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel + Angular Logo

Laravel + Angular + Ngrx (State Management) + i18n Admin Template

Quick start With Admin Template for Laravel 8.0 + Angular 10.0 With NGRX projects with JWT auth.

Includes:

Front-end:

  • Angular CLI boilerplate files
  • JWT authentication service
  • Login components
  • i18n
Laravel + Angular Logo
Laravel + Angular Logo
Laravel + Angular Logo

Back-end:

  • Composer build file
  • Boilerplate files
  • JWT authentication

Server

  • Go to Server folder and run composer install to install dependencies.

  • Set your DB connections in .env

  • run php artisan key:generate to generate app key.

  • import sql file placed in root directory

  • In migrations, the default user is created for which username is "admin@gmail.com" and password is "123456".

frontend

  • Open Client folder in terminal/console and run npm install to install all dependencies.

  • Add URL to your local server to /Client/src/environments/environment.ts.

  • Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

License: MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published