This repository contains the code for Audio Recording App using React for an assignment given by EKSAQ.
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. It allows for the execution of JavaScript code server-side.
Express is a web application framework for Node.js. It simplifies the process of building web applications and APIs by providing a robust set of features.
The application is deployed on cyclic and can be accessed here.
Clone the repository: git clone https://github.com/JahirPendhari09/EKSAQ-Assignment-backend.git
Install the dependencies: npm install
Start the development server: npm run server
Open your browser and visit: http://localhost:8080
GET https://audio-recording-eksaq.netlify.app/speech/
POST https://audio-recording-eksaq.netlify.app/speech/create
This project was developed by Jahir Pendhari
as a part of Masai School
training program.
Feel free to explore and integrate these endpoints into your application.