Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 367 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 367 Bytes

Microblog

Coursework for KPI discipline

Frontend

Placed in client folder. Available commands:

npm i - install dependencies
node start - run client
npm test - run test

Backend

Placed in client folder. Available commands:

npm i - install dependencies
npm run dev - run server
npm test - run test

Selenium tests

Placed in tests folder