Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bartugkaan/gametrack
A basic Game Tracking application. Created with Asp.Net Core, Sqlite and Ef Core.
https://github.com/bartugkaan/gametrack
asp-net-core bootstrap5 entity-framework-core mvc-architecture sqlite
Last synced: 22 days ago
JSON representation
A basic Game Tracking application. Created with Asp.Net Core, Sqlite and Ef Core.
- Host: GitHub
- URL: https://github.com/bartugkaan/gametrack
- Owner: BartugKaan
- Created: 2024-10-16T19:20:22.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-21T10:48:05.000Z (about 1 month ago)
- Last Synced: 2024-10-29T09:09:26.430Z (22 days ago)
- Topics: asp-net-core, bootstrap5, entity-framework-core, mvc-architecture, sqlite
- Language: C#
- Homepage:
- Size: 2.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Game Treack
GameTrack is an ASP.NET Core 7.0 application designed for listing and managing games and their genres. Additionally, games can be categorized by genre. The application supports CRUD operations such as viewing, adding, updating, and deleting games and Genres.
## Features
- View and Display Detailed information about games.
- Add, Edit and Delete Games and Genres.
- User-friendly interface with Bootstrap support.
- SQLite database integration with bootstrap support.
- Data acess layer with Enity Framework Core.
- Follows the MVC structure.## Usage
1. Clone the repository or download the Zip file and extract it:
```bash
git clone https://github.com/BartugKaan/GameTrack.git
```2. Navigate to the project directory:
```bash
cd GameTrack
```3. Install the required dependencies:
```bash
dotnet restore
```4. Create the database and apply migrations:
```bash
dotnet ef database update
```5. Run the application:
```bash
dotnet run
```## Project Structure
- Controllers/ - Contains the MVC controllers (GameController, GenreController and HomeController)
- Views/ - Contains the .cshtml views(Game, Genre and Home)
- Models/ - Holds Game and Genre entities.
- Data/ - Database context and Ef Code configurations## Images
## Contributing
If you would like to contribute, please submit a pull request or open an issue.