A simple demo server for a chat application made using REST api as well socket.io.
Make sure to run the node application before hand.
http://localhost:3000/api-docs/
Run unit tests. Unit testing is done for controllers and constants folder.
npm run test
Run mutation test. Mutation testing is done for controllers and constants folder.
npm run stryker
-
Clone the repository:
git clone https://github.com/athuldev2024/demo-app-server.git cd demo-app-server
-
Install node_modules
npm install
-
Start the server
npm run start