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.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMDgwNzIsIm5iZiI6MTczOTMwNzc3MiwicGF0aCI6Ii8xODM4NTMyMS8yODMzNjU4MTYtYWYwOTMzNzctNmJkNi00NDVjLWFjN2ItZTM4MDgxMzE4NzdlLmdpZj9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDIxMDI1MlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTIzMmVjOWNhNjU2NzY1MDkwYWMzYTQ5ODA2NGUwNjFmYjA1ZDA1YTE2MWFjYjg3OGFmM2ZlMDAwZTliODBhNWEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.l_htTjvIQdRpweZlIAr0Rfi1zzig6JkQ6nGBXho6kPg)
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.