Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 603 Bytes

File metadata and controls

13 lines (9 loc) · 603 Bytes

Self host the project

You need to have php, composer and node installed to run the project

  1. Clone the repo
  2. Install dependancies composer install
    npm install
  3. Modify the .env file according to .example.env to allow access to the database
  4. Migrate and seed the database with php artisan migrate and php artisan db:seed --class=GreenSpaceSeeder
  5. Start the development server with php artisan serve and npm run dev

Live demo available at: 64.227.104.197

Made by Danail and Flowey