Skip to content

Repository files navigation

Artworkia Web Api - Capstone Project

Project Information

PLEASE READ THIS FILE CAREFULLY!

EF migration code first

  • To apply the latest migrations to your physical database, run this command(run the command from artworkia-web-api\src folder)
dotnet ef database update -s WebApi -p Migrators.MSSQL

Example:

  • To add new migrations, run this command(run the command from artworkia-web-api\src folder)
dotnet ef migrations add MigrationName -s WebApi -p Migrators.MSSQL

Example:

  • To remove recently migration, run this command(run the command from artworkia-web-api\src folder)
dotnet ef migrations remove -s WebApi -p Migrators.MSSQL

Branch convention

  • For every new function, you must create a new branch, then invite other members to review your code in Git Hub, when that branch merged successfully, you can delete it and continue to create a new branch based on main for other functions.
  • Can not push code directly to the main branch
  • When you create a new branch, it must be based on the main branch and follow this naming convention: "YourName_FunctionName"

Commit naming convention

When you add a new commit, it must follow this naming convention: "[YourName][Action description]"

Pull request convention

You must create a pull request before your code is merged into main. The pull request must be followed this naming convention: "[YourName][YourFunction]"

Capstone project

  • Back-end
  1. Vo Ngoc Truc Lam
  2. Huynh Van Phu
  • Front-end
  1. Nguyen Trung Thong
  2. Dang Hoang Anh

About

Web Api for Capstone Project.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages