App created with React and Nodejs. It displays data from the API, you can check server status and change it if needed or reboot the server. Jest and Enzyme are used for testing.
Project is created with:
- React version: 16.13.1
- Node JS
- Express
- SCSS
To run this project, install it locally using npm:
$ cd ./backend
$ npm install
$ npm start
$ cd ./frontend
$ npm install
$ npm start