This is a simple project aimed at demonstrating the dynamic job vacancy management tool.
Developed by $DevPleno in the free training.
I started to make some modifications in the graphic part (CSS), it is not finished yet.
Install the nodejs and yarn (example in Linux/Debian):
sudo apt install nodejs yarn -y
git clone https://github.com/juniorze/jobify.git
cd jobify
yarn install
node src/server.js
http://localhost:3333/ or http://localhost:3333/admin for administrator.
Este é um projeto simples que visa demonstrar a ferramenta dinâmica de gerenciamento de vagas de emprego.
Desenvolvido por $DevPleno no treinamento gratuito.
Comecei a realizar algumas modificações na parte gráfica (CSS), ainda não está concluído.
Instale o nodejs e o yarn (exemplo no Linux/Debian):
sudo apt install nodejs yarn -y
git clone https://github.com/juniorze/jobify.git
cd jobify
yarn install
node src/server.js
http://localhost:3333/ or http://localhost:3333/admin para administrador.