- Create, Read, Update, and Delete operations
- Frontend built with ReactJS
- Backend powered by Express.js
- Data storage using MySQL
- API communication with Axios
- Navigation handled by React Router
- Open XAMPP and let the MySQL start. Import the database provided.
- In cmd/terminal, cd the server directory then do the
npm installto install the dependencies. npm run devto start the server. Do not close the cmd/terminal.- Open another cmd/terminal, cd the app directory then do the
npm install. npm run devto start the application. Do not close the cmd/terminal.- Open a browser and type in the URL
localhost:5173or else that indicate in the cmd/terminal.