Skip to content

StylianosNikopoulos/PharmaceuticalAppFrontend

Repository files navigation

Pharmaceutical Product Management App Frontend

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.

Related Repositories

Prerequisites

  • Node.js
  • npm
  • Docker (optional, for containerized deployment)

Local Development Setup

  1. Clone the repository
git clone https://github.com/StylianosNikopoulos/PharmaceuticalAppFrontend.git
cd PharmaceuticalAppFrontend
  1. Install dependencies
npm install
  1. Start the development server
npm run dev

The application will be available at http://localhost:5173

Docker Setup Using Docker Compose

  1. Create the required Docker network:
docker network create app-mynetwork
  1. Build the Docker image and run the container:
docker-compose up --build

Application Routes

  • /: 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •