Skip to content

Full-stack video game store enabling users to browse, search, and purchase titles through a responsive, user-friendly web interface

License

Notifications You must be signed in to change notification settings

Axeloooo/GameStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GameStore

GameStore is a full-stack video game store application built with .NET for browsing and purchasing video games.

Documentation

Setup

Important

If you are using Windows or Linux, you need to install the following programs using the package manager of your operating system. The following instructions use Homebrew, which is a package manager for Mac OS.

The following programs should be installed:

Git Workflow

  • The devel branch is the default branch.
  • The main branch is the production branch.

Branch Naming Convention

  • Feature branches should be named as feature/<feature-name>.
  • Bugfix branches should be named as fix/<bugfix-name>.

The branche name should be in the following format:

git checkout -b feature/add-chapter-for-this-topic

Commit Message Convention

The basic structure includes:

  • fix: for bug fixes
  • feat: for new features

The commit message should be in the following format:

git commit -m "feat: Added chapter for this topic"

Contributors

License

MIT

About

Full-stack video game store enabling users to browse, search, and purchase titles through a responsive, user-friendly web interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages