Basically, a project to manage companies and their employees
Rename ".env.example" to ".env" and update values to your own
npm install and composer install
Create a database on your local sql database to tally the database name in the .env file.
Run 'php artisan migrate' to run database migrations.
# Run in dev mode
npm run dev and php artisan serve
#Run in production
npm start and php artisan serve
- Version: 1.0.0
- License: MIT