Question: In SQL, Do a project which is a restaurant themed web-app using an sqlite database. Optional video on the setup of the database in

In SQL, Do a project which is a restaurant themed web-app using an sqlite database.

 

Optional video on the setup of the database in the Intro to Mojolicious video:

https://www.youtube.com/watch?v=Q2WM90zakH4

 

Demo of the creation of a basic web app

If you would like to use Mojolicious on the lab computers add the following to your .bashrc file

source /usr/local/perl5/perlbrew/etc/bashrc
unset PERLBREW_LIB
export PERLBREW_MANPATH="/usr/local/perl5/perlbrew/perls/perl-5.36.0/man"
export PERLBREW_PATH="/usr/local/perl5/perlbrew/bin:/usr/local/perl5/perlbrew/perls/perl-5.36.0/bin"
export PERLBREW_PERL="perl-5.36.0"
export PERLBREW_ROOT="/usr/local/perl5/perlbrew"
export PERLBREW_VERSION="0.96"

https://www.youtube.com/watch?v=2_xl_SRRRv4

Step by Step Solution

3.36 Rating (159 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

To create a restaurantthemed web app using SQLite database and Mojolicious in Perl you can follow these steps 1 Set up Mojolicious and SQLite Install ... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!