Group Name - workforce-management-drunk-uncles
Group Participants | GitHub | |
---|---|---|
Allison Patton | Alpttn | allisonpttn |
Noah Barfield | noahbartfield | noahbartfield |
Michael Stiles | Mstiles01 | mstiles01 |
Bennett Foster | Bennfos | bennett-foster |
Carl Barringer | CBarr123 | carlbarringer |
Original Repository Link: https://github.com/nss-day-cohort-34/Bangazon-workforce-management
Bangazon Workforce Management is an ASP.NET MVC Web Application built using Visual Studio on Windows OS. Bangazon Workforce Management utilizes Microsoft SQL as the database. This application was designed to manage internal resources for a fictional e-commerce company called Bangazon. The application provides users the ability to create, view, edit and/or delete Employees, Training Programs, Departments, and Computers.
- Within Visual Studio Create new SQL server Database and name it BangazonWorkforce
- Open a query window and copy & paste the script in LoadFile stored in this repositiory.
- The LoadFile script will build the database tables and populate some initial information
- Run the application