Finds phrases and words in audio and video files.
CTRL-F backend built using Node.js, Express.js
Set-up instructions:
- Run
npm iin api-server folder to install the dependencies - Port number can be changed in api-server/config/settings.json
- Start server using
npm run startto start server - Request formats available in api-server/requests. Import into postman for use.
CTRL-F frontend built using React.
Set-up instructions:
- Clone this repository.
- Next,
cd ctrl-f-client. Runnpm installto install the dependencies. - Run the app with
npm run start. The default port is3000.