EKSAQ Assignment

Overview

This repository contains the code for Audio Recording App using React for an assignment given by EKSAQ.

Technologies Used ( Backend )

1. Node

Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. It allows for the execution of JavaScript code server-side.

2. Express

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.

Deployment

The application is deployed on cyclic and can be accessed here.

How to Run Backend

Installation

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

Endpoints

Get Speech

GET https://audio-recording-eksaq.netlify.app/speech/

POST Add speech

POST https://audio-recording-eksaq.netlify.app/speech/create 

Credits

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.