-> A simple audio recording app using react, node, express, mongoDB and aws. We can record audio(15 sec), play the recorded audio, pause as well as resume and upload to the cloud. Also I have get the previously recorded audio from cloud and we can play and pause them.
-> Frontend : https://audio-recorder-app.vercel.app/
-> Backend : https://gold-relieved-cormorant.cyclic.app (in the application I have used the local server)
-> Record audio.
-> Play, pause and resume the recorded audio.
-> Upload the audio to the cloud.
-> Play and pause previously recorded audio from cloud.
-> Clone the app : git clone https://github.com/JeevanJyotiChoudhury/Audio_Recorder_App.git -> cd Audio_Recorder_App
-> Backend: > cd backend > npm install > npm run server
-> Frontend: >cd frontend > npm install > npm run start
-> Backend: Node.js Express.js MongoDB
-> Frontend React Axios
-> URL : https://drive.google.com/drive/folders/1QG3OBDrViKJNBcfPz-0Stuy0lF2L5-OH?usp=sharing