Skip to content

cs-cspit/SGP-5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

118 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“š SGP-5: Employee Management System

A backend application for managing employees using Node.js, Express, and MongoDB.


πŸš€ How to Use SGP-5

πŸ›  Installation & Setup

# Clone the repository
git clone https://github.com/<your-username>/SGP-5.git

# Navigate to project directory
cd SGP-5

# create a .env file in root
PORT=3000
MONGO_URI=mongodb://localhost:27017/employee_management
JWT_SECRET=your_jwt_secret_key

# Install dependencies
npm install

# Start the server
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors