Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacobpclouse/bug_tracker_2024
This program will be a stand alone program to encrypt a file on your operating system without using zip files
https://github.com/jacobpclouse/bug_tracker_2024
Last synced: 4 days ago
JSON representation
This program will be a stand alone program to encrypt a file on your operating system without using zip files
- Host: GitHub
- URL: https://github.com/jacobpclouse/bug_tracker_2024
- Owner: jacobpclouse
- License: gpl-3.0
- Created: 2023-09-08T00:20:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-15T00:07:53.000Z (5 months ago)
- Last Synced: 2024-06-17T20:25:32.575Z (5 months ago)
- Language: C#
- Size: 921 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bug Tracker 2024
- Web app in C# that allows for users to track bugs## To run Tracker itself:
- Cd into Bug_Tracker_App
- Install Dependancies
- Run with dotnet watch run (for live reloads)## Packages to install:
dotnet add package Microsoft.EntityFrameworkCore.Sqlite
dotnet add package Microsoft.EntityFrameworkCore.Designdotnet add package Newtonsoft.Json
dotnet add package System.Data.SQLite## Resources used:
- https://api.stackexchange.com/docs