Yummy Recipes application using react library that allows a user do the following:
- Register, login, reset password and logout.
- Create, update, view and delete a category.
- Create, update, view and delete a recipe.
$ git clone https://github.com/JoyyToo/YummyRecipes-ReactJS.git
$ cd yummyrecipes-react
$ npm install
Start the server which listens at port 3000 by running the following command:
npm start
npm test
npm test -- --coverage