-
Clone the repository
git clone https://github.com/h3mantD/EmployeeOps.git
-
Change the working directory
cd EmployeeOps -
Install dependencies
composer install npm install
-
Create a copy of your .env file
cp .env.example .env
-
Generate an app encryption key
php artisan key:generate
-
Add database configurations in .env
# sqlite db details - for SQLite you should php-sqlite3 extension installed DB_CONNECTION=sqlite DB_DATABASE=/your-full-path/EmployeeOps/database/EmployeeOps.sqlite # mysql db details DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=db_name DB_USERNAME=root DB_PASSWORD=password
-
Run the database migrations
php artisan migrate
-
Create super admin by executing the following command
php artisan app:create-super-admin
-
Build the frontend assets
npm run build
-
Start the local development server
php artisan serve
-
You can now access the server at http://127.0.0.1:8000
-
Login with the super admin credentials and now you can create employees and projects.
-
Notifications
You must be signed in to change notification settings - Fork 0
h3mantD/EmployeeOps
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published