Skip to content

SEGIMED/backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SEGIMED-server

This repository contains the backend of Segimed project

Git flow

Remember to work on your own root and ask for aproval of at least one person, before merge to development root

To do a push on my branch

  • git checkout branchName
  • git pull origin development
  • git add .
  • git commit -m “message here”
  • git push

To merge my branch into development

  • git checkout development
  • git merge gaby

Good practices

  • The comments, documentation and code must be in ENGLISH

  • Use the relevant validations in the models, in order to detect errors early and avoid failed queries to the database.

    Happy codding :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published