https://github.com/defint/e-staff
E-staff
https://github.com/defint/e-staff
Last synced: 4 months ago
JSON representation
E-staff
- Host: GitHub
- URL: https://github.com/defint/e-staff
- Owner: defint
- Created: 2020-02-20T14:56:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T01:26:38.000Z (over 3 years ago)
- Last Synced: 2025-09-05T21:52:20.270Z (9 months ago)
- Language: TypeScript
- Size: 2.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
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/)