Skip to content

8848digital/EMR_Catalog_Admin_Panel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EMR Catalog Admin Panel

Node.js based Admin Panel for managing EMR Catalog configurations


📋 Prerequisites

  • Node.js
  • npm
  • Database (SQL Server)
  • Git for version control

🚀 Installation

Clone the Repository

git clone https://github.com/8848digital/EMR_Catalog_Admin_Panel.git cd EMR_Catalog_Admin_Panel

Install Dependencies

npm install

Environment Configuration

Create a .env file in the root directory and configure the following variables:

Development Mode

npm run dev

Base URL

http://localhost:3000/api/ 

📁 Project Structure

EMR_CATALOG_ADMIN_PANEL/ ├── config/ # Configuration files │ └── db.js │ ├── controllers/ # Business logic and request handlers │ ├── authController.js │ └── custMstController.js │ ├── public/ # Static assets (CSS, JS) │ ├── css/ │ └── js/ │ ├── routes/ # Route definitions │ ├── pageRoute.js │ └── route.js │ ├── templates/ # EJS view templates │ ├── config.ejs │ └── login.ejs │ ├── utils/ # Helper functions and query handlers │ ├── controllerWrapper.js │ └── queryHandler.js │ ├── .env # Environment variables ├── .gitignore # Git ignore rules ├── app.js # Main server entry point ├── package.json # Dependencies and scripts ├── package-lock.json # Dependency lock file └── README.md # Project documentation ``` 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors