Skip to content

system for users classification users/group as a REST API

Notifications You must be signed in to change notification settings

amine-damani/classification-app

Repository files navigation

Classification App (Docker + Ngnix + Mysql + Laravel8 + Php Unite + VueJS + OAuth2)

system for users classification users/group as a REST API

screenshot

User List No Auth:

User List No Auth

Group List:

Group List

User List With Auth:

User List With Auth

Login page:

Login page

Php Unite Test:

Php Unite Test

Demo

Demo 1

Demo 1

Installation

To deploy this project run:

  docker-compose build
  docker-compose up -d

Access to container bash and execute

composer install
php artisan migrate
php artisan seed
npm install
npm run dev

Permissions Issues:

chmod -R gu+w storage
chmod -R guo+w storage
php artisan cache:clear

Ports detailed:

  • nginx - :8081
  • mysql - :3310
  • php - :9000
  • nodejs - :3000

Run:

http://localhost:8081/

About

system for users classification users/group as a REST API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published