Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/defint/e-staff

E-staff
https://github.com/defint/e-staff

Last synced: 20 days ago
JSON representation

E-staff

Awesome Lists containing this project

README

        

# EStaffBe

## Installation backend

```bash
$ docker-compose up
```

## Full installation
1. Run in terminal:
```bash
$ 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
```
1. Go to [localhost](http://localhost:4200/)