Skip to content

tharu-muthu/Asset-Management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

AssetMaster

A simple Asset Management System built with the PERN stack (PostgreSQL, Express, React, Node.js). This application helps you track hardware, software, and furniture assets with full Create, Read, Update, Delete (CRUD) capabilities.

πŸš€ Features

  • Manage Assets: Add new assets, update details, or delete records.
  • Search: Filter assets by name or category instantly.
  • Database: Persistent storage powered by PostgreSQL.
  • Responsive UI: Clean, modern interface built using React and Tailwind CSS.

πŸ›  Tech Stack

Frontend: React (Vite), Tailwind CSS
Backend: Node.js, Express.js
Database: PostgreSQL, Sequelize ORM

⚑ Quick Start

1. Database Setup

Create a PostgreSQL database named:

asset_manager_db

2. Backend (Server)

Create a .env file with your DB credentials
(see server/server.js for required variables), then run:

cd server
npm install
npm run dev

3.Frontend (Client)

cd client
npm install
npm run dev

🌐 Application URL

http://localhost:5173

About

Full-Stack Asset Management Dashboard built with the PERN stack (PostgreSQL, Express, React, Node.js). Features complete CRUD functionality, responsive UI with Tailwind CSS, and real-time state management.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors