/package-app

Application that reveals basic information about packages listed in /var/lib/dpkg/status file on Debian and Ubuntu systems.

Primary LanguageJavaScript

package-app 📦

Application that reveals basic information about packages listed in /var/lib/dpkg/status file on Debian and Ubuntu systems.

This project is pre-assignment for Reaktor's junior developer positions (Fall 2020)

How to run:

# install and run server

git clone https://github.com/Jerere/package-app
cd package-app/back
npm install
node app.js

# install and run react-frontend

cd front
npm install
npm start