Skip to content

marckoxx/housing-management

Repository files navigation

Requirements:

Steps:

Using powershell (won't work on CMD):

cp ./.env.example .env

or just copy the contents of .env.example to a new file called .env

composer install

php artisan key:generate

php artisan migrate --seed

npm install

If you're using vscode:

code .

Otherwise open the folder in your IDE and proceed.

On one terminal:

npm run dev

On another terminal:

php artisan serve

You should be able to access the project in your browser now.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published