5.2 - Assign APP_URL by "http://domain-name.xyz" or "http://virtual-host.xyz" by pointing virtual host to public directory of the laravel project
email : naeem@user.com
pass : niki.00028
simple web application for films.
- BACKEND
1.1) Implement RESTful API to manage films DONE
Films should have fields: DONE
Name Description Release Date Rating Ticket Price Country Genre Photo
1.2) All fields are required, rating is on scale from 1 to 5, 1 film can have several genres. DONE
- FRONTEND
2.1) create frontend page /films/ to show all films through API. 1 film per 1 page. DONE
2.2) add redirect from / to /films/ DONE
2.3) implement frontend page /films/film-slug-name to show specific film. URL should have film's slug. DONE
2.4) implement frontend page /films/create with form to create new film. DONE
2.5) add registration and authentication DONE
2.6) add possibility to post comments for each films. Fields "Name" and "Comment" are required. DONE
2.7) only registered users can post comments DONE