Skip to content

JacksonJS12/Homies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Homies 🏡

ASP.NET mini course project about local neighbourhood events near you. Where you can help with the organisation of the chosen event as a volunteer.
The point of creating this project was not to make something that is never created. It was to show some of my skills as using good practices to write quality code, understanding SOLID principals, working with CRUD operations, readability, sustainability. ✨

I used MVC architecture within four folders 📁:

  • Common (global validation constants)
  • Data (DbContext, Database Configuratios, Migrations, Data Models and Interfaces for them)
  • Services (Services for the actions in the Controllers and Interfaces for them)
  • Web (Views, View Models, Identity, Application settings and Controllers)

Other used technologies were 👨‍💻:

  • ASP.NET framework
  • Entity Framework
  • jQuery
  • Bootstrap
  • HTML & CSS
Credit to SoftUni for the Views and the project idea

software-university-logo