Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)
image
image

## 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`