- Open AI API
- React
- TypeScript
- Express
- generate Regex
- shows previous requests
- clear chat
- loading message when queried
prerequisite (have Node.js installed)
first Clone the repo:
git@github.com:DanT52/Regex-generator.git
navigate to the project directory and install dependencies:
npm install
create a file titled ".env" in the RegEx-generator directory with your open ai API key:
echo API_KEY=yourapikey > .env
run the front-end:
npm run start:frontend
run back-end:
npm run start:backend
