https://github.com/shreyansh26/dbms-project
DBMS Project (CS361) for Somnath Sevashram
https://github.com/shreyansh26/dbms-project
dbms-project spring spring-mvc tomcat
Last synced: 12 months ago
JSON representation
DBMS Project (CS361) for Somnath Sevashram
- Host: GitHub
- URL: https://github.com/shreyansh26/dbms-project
- Owner: shreyansh26
- Created: 2018-10-27T13:33:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-16T15:30:36.000Z (over 3 years ago)
- Last Synced: 2025-04-10T21:38:17.546Z (about 1 year ago)
- Topics: dbms-project, spring, spring-mvc, tomcat
- Language: Java
- Homepage: https://somnathsevashram.herokuapp.com/
- Size: 16.1 MB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DBMS Project for Somnath Sevashram
===================================
This project was made for a real client Somanth Sevashram, a small group manufacturing industrial aprons and gloves.
The project was developed as a part of CS361 - Database Management System course at IIT (BHU) Varanasi. It has been developed using the Spring Framework.
The features include -
### Admin
* Add employee
* View clients
* View Suppliers
* View Orders
* Mark attendance of Employees
* View feedback of clients
* Add raw material
* Alter Goods' price
* View Invoices
* Update delivery details
### Client
* Login and Registration
* Edit Profile
* Order placing
* Invoice generation
* Feedback submission
* View Delivery details (updated by admin)
### Employee
* Edit profile
* View Attendance
### Supplier
* Registration
* Details of raw materials that can be suppied
The WAR file can be deployed on a Tomcat server.
The webapp is deployed at [Somnath Sevashram](https://somnathsevashram.herokuapp.com/).