Skip to content

This LAMP stack is hosted on a Ubuntu server, it utilizes a MySQL database. I am building it so that my family can search for books and listen to audio books on-prem with their smart phones without the need for a connection to the public internet.

Notifications You must be signed in to change notification settings

mojumah/the-library

Repository files navigation

How to connect to the on prem stack ?

1- Open the terminal

2- run the command sudo mysql -u root -p

3- Enter the password of the root user

How to show databases

show databases;

To add a book to the library

mysql> INSERT INTO books (title, author, image_pathLocation) Values ('Exploring The Planets', 'Jonathan Rutland', 'images/resized-ExploringThePlanets.jpg');

the-library

DON'T USE THIS CODE IN PRODUCTION THIS IS A TESTING ON PREM LAMP STACK. ALL DB CONNECTIONS ARE TO localhost

Product UI

image info image info

Architecture

image info

About

This LAMP stack is hosted on a Ubuntu server, it utilizes a MySQL database. I am building it so that my family can search for books and listen to audio books on-prem with their smart phones without the need for a connection to the public internet.

Topics

Resources

Stars

Watchers

Forks