A simple and open-source voice recorder service
![Voice Recorder App](https://private-user-images.githubusercontent.com/18385321/283365816-af093377-6bd6-445c-ac7b-e3808131877e.gif?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4NjYwNDYsIm5iZiI6MTczODg2NTc0NiwicGF0aCI6Ii8xODM4NTMyMS8yODMzNjU4MTYtYWYwOTMzNzctNmJkNi00NDVjLWFjN2ItZTM4MDgxMzE4NzdlLmdpZj9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA2VDE4MTU0NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTE5MmNjODk4ODRhMTI0YmFhMDIzMWUxMWI2MGUyMTAyNWNlZmNiMmM3ZDczOWNmNTFjNWEyNWY0MmRkYjczMGUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.t5q41NTSt3Yn9IuW7yVhimn_FpGbAzqDDyk33QilRXk)
Install packages:
npm ci
Run application:
# It runs frontend and backend application:
npm run start:all
Run nx serve my-app
for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Run nx g @nrwl/react:component my-component --project=my-app
to generate a new component.
Run nx build my-app
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run nx test my-app
to execute the unit tests via Jest.
Run nx affected:test
to execute the unit tests affected by a change.
Run nx e2e my-app
to execute the end-to-end tests via Cypress.
Run nx affected:e2e
to execute the end-to-end tests affected by a change.
Run nx graph
to see a diagram of the dependencies of your projects.