Here are my projects developed in the course. Among them, there are TodoList, Calculator and Cycle Payment applications
git clone https://github.com/higor21/ReactAndRedux-Course.git
cd name_of_the_folder
npm install
npm run dev
Obs.: Keep in mind that you need to perform these steps in frontend and backend applications. In addition, you also have to start the mongo with the following command
sudo mongod
If you encountered an error adding the above command, try creating a '/ data / db' folder. It is required to execute the command
React + Redux: Fundamentos e Duas Apps do ABSOLUTO ZERO! course, by Udemy