- Description
- Features
- Requirements
- Installation
- ENV
- Usage
- Screenshoots
- Demo Mama Recipe
- Related Project
- License
Mama Recipe is a web-like wikipedia but about foods. You can search recipe foods here, or add new recipe here.
- Search Recipe
- Add recipe
- Edit Recipe
- Bookmarks Recipe
- Like Recipe
- Comment Recipe
- Edit Profile
- etc
- Clone the repo
git clone https://github.com/SemediTeam/MamaRecipe-frontend.git
- Install NPM packages
This will install the dependencies inside
npm install
node_modules
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"
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
.
This is Mama Recipe Web build version, let's try it.
RESTful API for this web application, clone this for development Mama Recipe.
Distributed under the MIT License.