xDaswx / liris-art.art

Art website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Liris-Art

This project is a portfolio for Liris and follows the MVC (Model-View-Controller) pattern. It showcases her drawings, videos, and covers all in one place.

Technologies Used

  • Frontend & Backend:

    • The frontend is located in src/views.
    • Canvas was employed to render pixel art drawings interactively.
    • Integration with Google Cloud to display videos hosted on YouTube.
    • JavaScript was used to create interactivity and dynamism on the pages.
    • Node.js with Express was used to develop the backend server.
    • MySQL was the chosen database to store and manage the website's data.
    • API endpoints: /drawings to access the drawings and /ping to test the server connection.
  • phpMyAdmin:

    • phpMyAdmin interface to manage the MySQL database.

Local Setup and Execution

git clone https://github.com/xDaswx/liris-art.art.git
cd liris-art
npm i
npm run start

About

Art website


Languages

Language:JavaScript 49.4%Language:CSS 32.2%Language:HTML 18.0%Language:Dockerfile 0.4%