e-staff

E-staff

Stars
0

EStaffBe

Installation backend

$ docker-compose up

Full installation

  1. Run in terminal:
    $ mkdir e-staff && cd e-staff
    $ git clone https://github.com/defint/e-staff e-staff-be
    $ git clone https://github.com/defint/e-staff-fe
    $ cd e-staff-be
    $ docker-compose up
    $ cd ../e-staff-fe
    $ npm i
    $ npm run start
    
  2. Go to localhost