Finds phrases and words in audio and video files.
CTRL-F backend built using Node.js, Express.js
Set-up instructions:
- Run
npm i
in api-server folder to install the dependencies - Port number can be changed in api-server/config/settings.json
- Start server using
npm run start
to 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 install
to install the dependencies. - Run the app with
npm run start
. The default port is3000
.