Skip to content

manisjunggrg/college-project

Repository files navigation

Login Credentials

  • Root(Admin) : root@kathford.com : secret

Backend Development Instructions

Final Year Project in E-Health

  1. Install Composer dependencies.

     composer install
    
  2. Copy .env.example file and create duplicate. Use cp command for Linux or Max user.

     cp .env.example .env
    

    If you are using Windows, use copy instead of cp.

     copy .env.example .env
    
  3. Create a table in MySQL database and fill the database details DB_DATABASE in .env file.

  4. The below command will create tables into database using Laravel migration and seeder.

     php artisan migrate:fresh --seed
    
  5. Generate your application encryption key:

     php artisan key:generate
    
  6. Start the localhost server:

     php artisan serve
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published