Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aparrett/gighub
:musical_note: A web application for sharing and tracking music gigs.
https://github.com/aparrett/gighub
Last synced: 2 days ago
JSON representation
:musical_note: A web application for sharing and tracking music gigs.
- Host: GitHub
- URL: https://github.com/aparrett/gighub
- Owner: aparrett
- License: mit
- Created: 2018-04-16T02:17:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-27T17:55:59.000Z (over 6 years ago)
- Last Synced: 2024-04-28T06:31:01.401Z (7 months ago)
- Language: C#
- Homepage:
- Size: 663 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gighub
Gighub is a sample web application for monitoring and sharing music Gigs. I made this project following along with Mosh Hamedani's three "Become a Full-stack .NET Developer" courses on PluralSight. I have added tests that were outside of the scope of the course but the application does not have full test coverage at this time.
## Built With
* [ASP.NET MVC 5] - ASP.NET framework
* [Entity Framework 6] - ORM
* [Automapper] - Convention Based object-object mapper
* [NUnit] - Unit Test Framework
* [Moq] - Mock objects for testing
* [Ninject] - Dependency Injection## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details