This project is under construction by TICVELOPERS
These instructions will help you to work in the most effective way, please follow those instruction to know how to do it
- You must clone the repo in your computer
Git clone https://github.com/TicVelopers/APIDashboard.git
- Create a branch to work with
Git checkout branch -b <branch-name>
- Branch Name always must be like
develop/< owner-name >/< issue-reference >
-
All branch must be related to an issue, please work a branch per issue
-
When update the Database, run this command line to re-create de context
Scaffold-DbContext "<SQL Connection>" Microsoft.EntityFrameworkCore.SqlServer -OutputDir Models -force
- After re-create the context, delete o comment OnConfiguring on DBAPIFUELSContext, it will take the connection from appsettings.json
- Read the lastest Pull Request to know what changed, update your master branch and create you branch to work with
- Never do a merge and commit to a Pull Request before write the documentation for been working for, This is good to let other knows how to continuous working
- You are free to create issue for everything you want to do in the project
- Don't work in the same branch of another developer if it not necessary
- Don't do Pull of your branch with appssecrets declared on appconstant.cs, those variables will be filled on Azure DevOps
- ASP.Net Core MVC - The best way to work MVC Project for Cross-Platform
- SQL Server - The Best SQL Environment for C# Developers
- Steven Checo - Initial work - sact1909
- Oneal Marte - Initial work - oneal1801