Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bhavy3103/placement_uniform_service

A Digital Uniform Management System for optimizing college uniform processes during placements. It ensures real-time monitoring of measurements, distribution, payment status, issue resolution, mail for notification, and message facility.
https://github.com/bhavy3103/placement_uniform_service

Last synced: 2 months ago
JSON representation

A Digital Uniform Management System for optimizing college uniform processes during placements. It ensures real-time monitoring of measurements, distribution, payment status, issue resolution, mail for notification, and message facility.

Awesome Lists containing this project

README

        

# DE-PLACEMENT_PORTAL

## Project Overview
Implemented a Digital Uniform Management System tailored for optimizing college uniform processes during placements. The system ensures real-time monitoring of measurements, distribution, payments, and issue resolution, streamlining administrative tasks. Its deployment enhances operational efficiency and facilitates seamless coordination, particularly during critical placement activities in the college context

## Features
1. Table view of all the enrolled students.
2. The TPO coordinator can update or make changes in the status of students process points.
3. students can raise queries for uniforms.
4. students can also track their status for uniforms.
5. Payment includation.(in future versions).

## Installation Guide

### 1. Clone Repo.
### 2. `cd client --> npm i`
### 3. `cd server --> npm i`

### 4. Create a .env file in the root directory.
MONGO = Your_MONGO_URI

JWT_SECRET_KEY = Your_JWT_Secret_Key

USER = your Gmail here which has the app password

PASS = your app password here

**Note**: use your mail account in the "USER" env variable, from which you want to send mails.
First, you'll need to create an app password to start the mail service.

### 5. `cd server --> npm start`
### 6. `cd client --> npm start`