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.
- 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.
Frontend: React (Vite), Tailwind CSS
Backend: Node.js, Express.js
Database: PostgreSQL, Sequelize ORM
Create a PostgreSQL database named:
asset_manager_dbCreate a .env file with your DB credentials
(see server/server.js for required variables), then run:
cd server
npm install
npm run devcd client
npm install
npm run devπ Application URL
http://localhost:5173