Skip to content

01Kirito/Assignment

Repository files navigation

Initial Setup

  1. Clone the repository

git clone https://github.com/01Kirito/Assignment.git

  1. cd into the project

cd Assignment

  1. Install composer dependencies

composer install

  1. Install NPM dependencies not required cause we use api by postman

npm install

  1. Copy the .env file * Manage .env file by changing the database name and database connection*

cp .env.example .env

  1. Generate an app encryption key

php artisan key:generate

  1. Migrate the database

php artisan migrate

  1. Use Seeder to seed the database

php artisan db:seed --class=Founder
php artisan db:seed --class=DatabaseSeeder

Password and Email for Founder account You need to login to make CRUD operations. Email :[email protected] Password :Bill1234

Also import the "Employee management.postman_collection.json" file to the postman to get the api.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages