Eleveight
Social media app that connects students, schools, and funding organizations
Technology used: .NET, Typescript, C#, SQL
Contributions: front-end pages, middle service layer, back end storage capabilities
A client wanted to make it easier for schools and students to connect to scholarship organizations to help fund their education. I worked under a lead developer in a team of 14 engineers to build an API service following the MVC (model-view-controller) methodology.
Full Stack Development
Each page’s UI was designed with Typescript and connected to the back end through axios. API requests were handled in C# with HTTP routes, and data was stored and queried from SQL using stored procedures.
Additional Pages
-
Contact Us page
Visitors can send a message to the administrators for inquiries.
-
Change Password page
Set a new password. In the back end, it’s protected from the development team using a salt and hash method.