https://github.com/GabrielaGodek/-old-LazyCup
A full-stack application expanding skills in creating reusable components, passing props, and effective state management. Utilized MySQL database for robust data storage and management. Styled with Tailwind CSS and integrated components from Flowrift and Vuetify for enhanced design and functionality.
git clone https://github.com/GabrielaGodek/LazyCup.git
and change directory cd lazycup
.env.example
to your .env
filedocker compose up -d
http://localhost:5173/
^4.3.5
^3.3.4
^4.2.2
^2.0.36
^3.5.6
^3.4.1
^5.2.2
^4.18.2
^3.9.1
HTTP | Endpoints | Action |
---|---|---|
GET | /api/v1/products | To retrieve all available products |
GET | /api/v1/products/:id | To retrieve details of a single product |
Gabriela Godek