Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.31 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.31 KB

2019-JavaFlix

Assignment for the 2019 edition of the "Web Development and the Semantic Web" course, by Isaque Rocha dos Santos and Vanessa Lorurenço Mattede Formigoni

Angular Development server

Go to the angular directory and run the npm install command to download the project depedencies.

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Angular requires Node.js version 10.9.0 or later.

To check your node version, run node -v in a terminal/console window.

To check your npm version, run npm -v in a terminal/console window.

To get Node.js and npm, go to nodejs.org.

Laravel Development server

Go to the angular directory and run the composer install command to download the project depedencies.

Run php artisan serve for a dev server. Navigate to http://localhost:8080/ to see the if the server is online.

The Laravel framework has a few system requirements: PHP >= 7.2.0 BCMath PHP Extension Ctype PHP Extension JSON PHP Extension Mbstring PHP Extension OpenSSL PHP Extension PDO PHP Extension Tokenizer PHP Extension XML PHP Extension

Laravel utilizes Composer to manage its dependencies. So, before using Laravel, make sure you have Composer installed on your machine.

To get Composer, go to getcomposer.org.