Skip to content

Latest commit

 

History

History
97 lines (69 loc) · 2.14 KB

README.md

File metadata and controls

97 lines (69 loc) · 2.14 KB

Mama Recipe

Contents

Description

Mama Recipe is a web-like wikipedia but about foods. You can search recipe foods here, or add new recipe here.

Features

  • Search Recipe
  • Add recipe
  • Edit Recipe
  • Bookmarks Recipe
  • Like Recipe
  • Comment Recipe
  • Edit Profile
  • etc

Requirements

Installation

  1. Clone the repo
    git clone https://github.com/SemediTeam/MamaRecipe-frontend.git
  2. Install NPM packages
    npm install
    This will install the dependencies inside node_modules

ENV

Please create and make the changes in the .env file.

REACT_APP_BASEURL = "http://host_backend:port_backend"

Example :

REACT_APP_BASEURL = "http://localhost:4000"

Usage

node index OR nodemon start OR npm start.

Runs the app in the development mode.
Open http://localhost:3000/ to view it in the browser.

If you want to build, type npm run build.

Screenshoots

Demo Mama Recipe

This is Mama Recipe Web build version, let's try it.

http://mamarecipe.site

Related Project

RESTful API for this web application, clone this for development Mama Recipe.

REST API

License

Distributed under the MIT License.