Database System Design & Management Project | Spring 2024
- React (JavaScript)
- Tailwind CSS
- PHP
- MariaDB (MySQL)
- XAMPP
- XAMPP
- MariaDB/MySQL
- npm
- Navigate to project folder
cd andean-coffeehouse
- Run
npm install
- Run
npm install -D tailwindcss
- Run
npx tailwindcss init -p
- Run
npm run dev
and go to http://localhost:5173
- Navigate to your XAMPP installation directory and start the Apache and MySQL services.
- Clone the
/api
directory into the htdocs directory of your XAMPP installation. - Navigate to https://localhost/phpmyadmin/ in your web browser and as the root user.
- Run the provided SQL queries in the
/queries
directory into your MariaDB/MySQL server in PHPMyAdmin.
-
api/:
Contains the PHP files responsible for handling backend logic and serving API endpoints.
-
queries/:
Contains the SQL queries required to replicate the project.
-
src/:
Holds the React components/logic for the frontend and houses the static assets like images accessible to the frontend.
-
tailwind.config.js:
Configuration file for Tailwind CSS.