A Vue.js frontend application built with Vite for managing pharmaceutical research products. The application provides functionality to view, search, add, edit, and delete pharmaceutical products.
- Backend: PharmaceuticalAppBackend
- Node.js
- npm
- Docker (optional, for containerized deployment)
- Clone the repository
git clone https://github.com/StylianosNikopoulos/PharmaceuticalAppFrontend.git
cd PharmaceuticalAppFrontend- Install dependencies
npm install- Start the development server
npm run devThe application will be available at http://localhost:5173
- Create the required Docker network:
docker network create app-mynetwork- Build the Docker image and run the container:
docker-compose up --build/: Home page with product listing and search/products/:id: Detailed view of a specific product/products/edit/:id: Update a specific product/products/add: Add new product form