Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dannyl1u/recipe-app
full-stack crud app built with react/redux, nodejs, express, mongodb, docker to store recipes
https://github.com/dannyl1u/recipe-app
Last synced: 21 days ago
JSON representation
full-stack crud app built with react/redux, nodejs, express, mongodb, docker to store recipes
- Host: GitHub
- URL: https://github.com/dannyl1u/recipe-app
- Owner: dannyl1u
- Created: 2023-07-06T04:13:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-01T16:17:19.000Z (about 1 year ago)
- Last Synced: 2024-04-18T04:13:26.496Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 558 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# recipe-app
full-stack recipe crud app using react, redux, nodejs, express, mongodb, docker, bootstrap
![image](https://github.com/dannyl1u/recipe-app/assets/45186464/836388ff-632a-4cfa-856c-da3e5021646b)
## Prerequisites
Docker
https://docs.docker.com/engine/install/## To run
`git clone https://github.com/dannyl1u/recipe-app.git` or download the docker-compose.yml file`cd recipe-app`
`docker pull dannyjialiliu/recipe-app-react`
`docker pull dannyjialiliu/recipe-app-node`
`docker pull mongo`
`docker-compose up`