Skip to content
README.md 387 B
Newer Older
# coworking-app

Entity: users, offices, spaces, seats, reservations

Endpoints: 

GET /offices - возвращает массив офисов - 
[{id: uuid, city:minsk, addres: fabriciusa, role: main-office}, {id: uuid, city:kyiv, addres: kirylivska, role: main-office}] etc.

docker build -t dima95/coworking-app -f docker/Dockerfile .
docker run -p 3000:3000 -d dima95/coworking-app