Skip to content

Latest commit

 

History

History
83 lines (52 loc) · 1.14 KB

README.md

File metadata and controls

83 lines (52 loc) · 1.14 KB
Logo

Pm2-monit

Project developed to control pm2 process, it was developed in node (backend) and react (frontend)

Preview


Preview

Clone


$ git clone https://github.com/AndreLuizPedroBotelho/pm2-monit.git

Installation


$ cd pm2-monit

$ npm install

Configure


  • Configure env file in backend and frontend folders using env.example as a base
  • Backend needs to write
    • APP_ENV
        $ adonis key:generate
    • TOKEN(Token will be used in the frontend to login)

Usage


Starting projects

$ npm start

Tech Stack


  • react
  • node
  • typescript
  • adonis
  • lerna

Required


Keep in Touch