https://github.com/caffeine-addictt/mushroom_pocket

Mushroom Pocket for Y2 Assignment @ NYP

https://github.com/caffeine-addictt/mushroom_pocket

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.6%) to scientific vocabulary

Keywords

chsarp cli cli-app dotnet economy entity-framework
Last synced: 5 months ago · JSON representation ·

Repository

Mushroom Pocket for Y2 Assignment @ NYP

Basic Info
  • Host: GitHub
  • Owner: caffeine-addictt
  • License: gpl-3.0
  • Language: C#
  • Default Branch: main
  • Homepage:
  • Size: 340 KB
Statistics
  • Stars: 1
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 4
Archived
Topics
chsarp cli cli-app dotnet economy entity-framework
Created almost 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme Contributing License Code of conduct Citation Codeowners Security

README.md


Mushroom Pocket

My Advanced Programming Assignment

Report Bug · Request Feature

About The Project

Mushroom Pocket.

(back to top)

Getting Started

This is an example of how you can set up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

  • Sqlite
  • .NET SDK v8.0.101

Installation

Below is an example of how you can install and use this project.

1. Clone the repository

sh git clone https://github.com/caffeine-addictt/mushroom_pocket cd mushroom_pocket

2. Run the project

sh dotnet run

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated. ( ˶ˆᗜˆ˵ )

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the GNU General Public License version 3.0. See LICENSE.txt for more information.

(back to top)

Contact

Jun Xiang - contact@ngjx.org

(back to top)

Acknowledgments

(back to top)

Owner

  • Name: Jun Xiang (カエデ)
  • Login: caffeine-addictt
  • Kind: user
  • Location: Singapore
  • Company: Hire me

Back-end Engineer | Offensive Security Enthusiast

Citation (CITATION.cff)

abstract: Mushroom Pocket
authors:
  - alias: Alex
    family-names: Ng
    given-names: Jun Xiang
    orcid: https://orcid.org/0009-0001-1641-9397
identifiers:
  - type: url
    value: https://github.com/caffeine-addictt/mushroom_pocket/releases/tag/v1.0.0
    description: The GitHub release URL of tag v1.0.0.
cff-version: 1.2.0
date-released: 2024-05-12
keywords:
  - csharp
  - dotnet
  - entity-framework
license: GPL-3.0+
message: If you use this software, please cite it using these metadata.
repository-code: https://github.com/caffeine-addictt/mushroom_pocket
title: Mushroom Pocket
type: software
version: 1.0.0

GitHub Events

Total
Last Year

Dependencies

.github/workflows/draft-release-tag.yml actions
  • release-drafter/release-drafter v6 composite
.github/workflows/first-time-contributor.yml actions
  • actions/first-interaction v1 composite
.github/workflows/labeler.yml actions
  • actions/labeler v5 composite
.github/workflows/linting.yml actions
  • actions/checkout v4 composite
  • actions/setup-dotnet v4 composite
  • actions/setup-node v4.0.2 composite
  • re-actors/alls-green v1.2.2 composite
.github/workflows/test-worker.yml actions
  • actions/checkout v4 composite
  • actions/setup-dotnet v4 composite
package-lock.json npm
  • prettier 3.2.5 development
package.json npm
  • prettier ^3.2.5 development
src/MushroomPocket/MushroomPocket.csproj nuget
  • Microsoft.EntityFrameworkCore.Design 8.0.4
  • Microsoft.EntityFrameworkCore.Sqlite 8.0.4
tests/tests.csproj nuget
  • Microsoft.NET.Test.Sdk 17.6.0
  • coverlet.collector 6.0.0
  • xunit 2.4.2
  • xunit.runner.visualstudio 2.4.5