Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kockarevicivan/foodle

Practice project - food ordering application written in MERN stack.
https://github.com/kockarevicivan/foodle

demo express mern-stack react

Last synced: about 2 months ago
JSON representation

Practice project - food ordering application written in MERN stack.

Awesome Lists containing this project

README

        

# foodle
Practice project - food ordering application written in MERN stack.

Feature branch workflow is used (learn more here https://www.atlassian.com/git/tutorials/comparing-workflows/feature-branch-workflow):

*master* is a protected branch that should only be used for releases.

*develop* This is a main development branch that should be a live source-of-truth for the code.

*feature/...* Feature branches should be created for separate features, and deleted afterwards

Branches should be rebased into each other and while working on a single branch, also rebase your commits.