paramahastha / cim

Company Information Management

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Company Information Management (CIM)

A project that runs a Node server and a create-react-app app via two separate containers, using Docker Compose.

How to run

run npm/yarn install in client & server directory

docker-compose build -> docker-compose up

or

docker-compose up --build

For development, the server/ and client/ directories have their own docker containers, which are configured via the docker-compose.yml file.

The client server is up at localhost:3000 and it proxies internally to the server using the linked name as localhost:8080.

About

Company Information Management


Languages

Language:JavaScript 97.0%Language:HTML 2.4%Language:Dockerfile 0.3%Language:CSS 0.2%