Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kockarevicivan/foodle
- Owner: kockarevicivan
- License: mit
- Created: 2020-03-10T11:54:21.000Z (almost 5 years ago)
- Default Branch: develop
- Last Pushed: 2022-12-22T14:54:21.000Z (about 2 years ago)
- Last Synced: 2023-06-27T16:11:56.869Z (over 1 year ago)
- Topics: demo, express, mern-stack, react
- Language: JavaScript
- Size: 1.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.