Skip to content

Latest commit

 

History

History
30 lines (28 loc) · 819 Bytes

README.md

File metadata and controls

30 lines (28 loc) · 819 Bytes

Software testing course project

Course page

Build and Run

Client:

cd client
npm install
npm start

Server:

cd react-backend
node app

Tests:

cd client
npm test

HW 1

Сделаны Main и Advanced части.