Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.07 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.07 KB

Football-Manager

This project is for back-end development of database project: Football-Manager.

Project Setup

  1. Download Visual Studio Installer
  2. Download VS2022 Community and necessary kit(.Net)image
  3. Connect Database(See video clip)
2f3edb192e454c519aebecacb76c9e59.mp4
  1. Run .sln file in the root directory
  2. Select the green arrow icon at the top tool bar to start the project.

For front-end development

View all apis in localhost:5253/swagger/index.htmlimage

Rules

  1. For each feature, create a new branch in the format of "FullName/FeatureName"
  2. After development, create a pull request to main branch and set manager as reviewer
  3. Documentation for your code is always required!
  4. Write your commit message clearly, read Instructions