- Front-end Github: ![https://github.com/thongnt0208/artworks-sharing-platform]
- Front-end Github (Admin): ![https://github.com/thongnt0208/artworks-sharing-platform-admin]
- Front-end deployed: ![https://artworkia-4f397.web.app/]
- Front-end deployed (Admin): ![https://artworkia-admin.web.app/]
PLEASE READ THIS FILE CAREFULLY!
- 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
- 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
- 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
- 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"
When you add a new commit, it must follow this naming convention: "[YourName][Action description]"
You must create a pull request before your code is merged into main. The pull request must be followed this naming convention: "[YourName][YourFunction]"
- Back-end
- Vo Ngoc Truc Lam
- Huynh Van Phu
- Front-end
- Nguyen Trung Thong
- Dang Hoang Anh

