- Make sure you're in the root directory and have node installed
- Install dependencies
npm install
- Run the app
npm run dev
- Open http://localhost:5173/ with your browser to see the result.
- Navigate to the backend directory
cd server - Install dependencies
1.5 Might need to build the app
npm install
npm run build
- Run the app
npm start
- Open http://localhost:5000/ with your browser to see the result.
- Send POST requests to http://localhost:5000/ with a json body like so:
{ "text": "Your text here" } - Retrieve the response from the server by making GET requests to http://localhost:5000/