A matching based video chat application for language learners
- Install node modules by running npm i for both the root and frontend folder
- Run the backend server from the project root folder using npm run dev
- Run the frontend client from the frontend folder using npm start
- To run unit/integration tests navigate to the frontend folder and run npm test
- To run end to end tests navigate to the frontend folder and run .\node_modules.bin\cypress open