/pharma_sphere

pharmacy website

Primary LanguageTypeScript


Pharmacy Whole Sale

Filix Pharmacy is a full-stack application that is an inventory and e-commerce system.

🛠 Built With

Tech Stack

Client
Server
Database

💻 Getting Started

To get a local copy up and running, follow these steps:

Prerequisites

In order to run this project, you need:

  • Node.js installed on your machine
  • MongoDB installed locally or a MongoDB Atlas account

Setup

Clone this repository to your desired folder:

git clone https://github.com/yourusername/your-repo.git
cd your-repo
cd client
npm install
npm run dev
cd server
npm install
npm start