Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-16T15:30:36.000Z (about 2 years ago)
- Last Synced: 2024-04-16T03:52:35.470Z (9 months ago)
- Topics: dbms-project, spring, spring-mvc, tomcat
- Language: Java
- Homepage: https://somnathsevashram.herokuapp.com/
- Size: 16.1 MB
- Stars: 6
- Watchers: 4
- 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 suppiedThe WAR file can be deployed on a Tomcat server.
The webapp is deployed at [Somnath Sevashram](https://somnathsevashram.herokuapp.com/).