A web application for managing employee records, with a front-end client and back-end API.
- Overview
- Tech Stack
- Prerequisites
- Installation & Setup
- Usage
- Project Structure
- Contributing
- License
- Contact
A lightweight system to Create, Read, Update, and Delete employee information via a user-friendly interface.
- Front-end: (React / Angular / Vue)
- Back-end: (Node.js with Express / Other framework)
- Database: (MongoDB / MySQL / PostgreSQL)
- Others: (JWT for authentication, Docker, etc.)
- Node.js (v14+ recommended)
- npm or Yarn
- Database setup (if applicable)
- (Optional) Docker, environment configuration
cd server
npm install
# configure DB (edit .env file with DB_HOST, DB_USER, DB_PASS, etc.)
npm start