Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.Design

dotnet add package Newtonsoft.Json
dotnet add package System.Data.SQLite

## Resources used:
- https://api.stackexchange.com/docs