Skip to content

naeem76/container-management-system

 
 

Repository files navigation

Container Management System

DDAC assignment project

Requirements

  • PHP >= 7.0
  • Composer

Setup

  • Clone the project and create a copy of the .env.example to .env
    cp .env.example .env

  • Install Composer dependencies composer install

  • Generate a key
    php artisan key:generate

  • Update the Database credentials of the project by editing the .env file

  • Migrate the database to create the tables php artisan migrate

  • Thats it!

Author

Ismail Zahee Zahid

About

DDAC assignment project for intake UC3F1606SE

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 89.9%
  • PHP 6.6%
  • HTML 3.5%