Generate random Naruto quotes using Flask (Server) and ReactJS (Client).
Clone this repository. With python and pip installed, install the dependencies with:
$ pip install -r requirements.txt
Start the server with python3 app.py
command. It will start on http://localhost:5000/.
Install the dependencies with the following command:
$ npm install
Run the application with npm start
command. It will start the app on http://localhost:3000/.
This application was developed with the help of celso-henrique during the course "Introduction to React Hooks", provided by Digital Innovation One.
This project is licensed under the MIT License - see the LICENSE.md file for details.