Skip to content

TicVelopers/APIDashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

APIDashboard

This project is under construction by TICVELOPERS

Getting Started

These instructions will help you to work in the most effective way, please follow those instruction to know how to do it

How to Work in this project

  • 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

Rules

  • 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

Built With

Authors

  • Steven Checo - Initial work - sact1909

Contributor

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published