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

https://github.com/choewy/docker-network

Docker Network
https://github.com/choewy/docker-network

docker docker-compose nestjs nodejs react

Last synced: 9 days ago
JSON representation

Docker Network

Awesome Lists containing this project

README

          

# Docker Network

## app(React)

- host : `::`
- port : `3000 -> 3000`
- axios
- baseURL : http://localhost:3001

## server(NestJS)

- host : `::`
- port : `3001 -> 3001`
- cors
- origin : http://localhost:3000