Skip to content

md-tanvirul-islam/ipms-backend

Repository files navigation

IPMS Backend

Instructions to Install the Project

    DB_CONNECTION=mysql
    DB_HOST=127.0.0.1
    DB_PORT=3306
    DB_DATABASE=ipms
    DB_USERNAME=root
    DB_PASSWORD=mysql_password
  • Run the following commands sequentially in your project directory.
    1. Composer update
    2. composer dump-autoload
    3. php artisan migrate
    4. php artisan key:generate
    5. php artisan jwt:secret
    6. php artisan serve
  • You can make a user using Database seeder or you can register new user with help of api endpoint. please run the following command to create user the help of database seeder.
    php artisan db:seed

It will create a user named Md. Tanvirul Islam.

    Email: [email protected]
    Password: password

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published