This is the backend demo on the topic "Testing frameworks for JavaScript in frontend and backend" for the KTH course DD2482 Automated Software Testing and DevOps. Developed in collaboration with Elias Bonnici ([email protected], @elibon99).
- Install Node.js on your local machine, at least version 10.
- Clone this repository:
git clone https://github.com/nalenz/dd2482-demo-jstesting-backend
- In this repository, run
npm install
to install all dependencies.
npm start
npm test
GPL-3.0-or-later