Skip to content

mcfrr3/meal-planner-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meal-planner-backend

A backend API using nodeJS and express to allow users on the meal-planner frontend app to save favorite recipes. Uses the following:

  • NodeJS
  • Express
  • knex
  • SQLite

Git

https://stackoverflow.com/questions/20956154/whats-the-workflow-to-contribute-to-an-open-source-project-using-git-pull-reque

Follow these steps each time you start working:

  1. Make sure you are synced with the master/main branch
git checkout main
git pull origin main
git checkout <feature branch>
git merge main
git push
  1. Create a new branch in your project fork for the changes you want to make
git checkout -b myfixes
  1. Commit regularly on your working branch

  2. Git push once all changes have been committed

  3. Merge request in GitHub and fix any potential merge conflicts. Make sure to delete your working branch (prompt given on GitHub)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors