Movies and actors
This application creates 3 tables in the database:
- actor: table of actors
- film: table of films
- film_actor: link table between films and actors"

The application, written entirely in the Cyk language, allows you to:
- Update the 3 tables
- Demonstrate image management (actor photos, movie images)
Installation
Make sure you are in your Cyk project directory, then use the command npx cyk to download and install the application
cd cyk-project
npx cyk install @cyklang/demo-cine
Usage
Using a web browser, open a page on the Cyk server: http://localhost:3000
Replace 3000 with the port of your NodeJS server if you have changed the default value.
You should see the server's login page:"

You should be able to log in with the credentials of the administrator user (default login 'cyk' and password 'cyk').
Upon successful authentication, you will see the following screen:

Below is the list of actors obtained after adding an actor.
