An AI-powered web application designed to help with personal fitness planning and management
-
Install Node.js (preferably version >= 20.11.0)
Note: NPM should install with Node.js (preferably version >= 10.6.0) -
Get an API key from OpenAI by making an account and creating one in the dashboard
-
Open the project root directory within the command line
-
While inside the project root directory, install all the required dependecies with
npm i -
Change directories to the api directory and install all the required dependecies for the backend with
npm i -
Launch Workout Buddy on your localhost with
npm run devon two separate terminals: (1) in the root directory and (1) in the api directory.
