Skip to content

dipesh1432/esac.nl

 
 

Repository files navigation

Build Status

Framework/libaries

The following libaries and framework are used:

Setting up steps

Create an .env file from .env.example, with your local values for DB_HOST, DB_PORT, DB_DATABASE, DB_USERNAME and DB_PASSWORD Note: When running your local environment on a certain port, let's say 3000, modify your APP_URL in the file to reflect that port, else the api's won't work

Development environment (Windows)

you need the following programs to run the code on your local environment:

Clone the project repository

git clone https://github.com/esac-ic/esac.nl.git

Execute the following commands from the repository root

composer install
php artisan migrate
php artisan db:seed
php artisan key:generate
php artisan storage:link
npm install
npm run dev

When you make changes to CSS or JS file you need to build again which can be done with

npm run dev

It is also possible to recompile your files when you make a change by running the following command

npm run watch

Production environment

When you update the server make sure you run the following commands

php artisan migrate
npm run production

About

Website voor de Eindhovense Studenten Alpen Club

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 59.0%
  • Blade 35.4%
  • JavaScript 3.0%
  • Vue 1.8%
  • Other 0.8%