CICD-RecipeApp

Project Name: Recipe App

A school project for the showcase of cooking recipes where the ultimate goal is to learn how to do get and post request from my own built server and showcasing the data for the users.

My Procedures

  1. Front end side is developed with ReactJS framework.
  2. The backend side was supposed to develop with Symfony (a framework of PHP) which is still on process, but for the initial solution a JSON server is created and hosted in the heroku server.

Own developed recipies API: Server

Live Preview : [Front-End] (https://project-recipe-reactjs.netlify.app/)

Guides to use this app

  1. Fork the Repo into your Git
  2. Clone it to you local Machine
  3. open terminal and run the following command to Install "Node Module" in the project

npm install

  1. check "package.json" and install the dependencies to get everything works.
  2. Run the app in your localhost http://localhost:3000

npm start