Simple-react-form

A simple form submission in ReactJS - NodeJS - MongoDB - Docker

View the Project on GitHub kapekost/simple-react-form

Simple form submission in ReactJS,

NodeJS and Mongo DB with Docker

2 Tabs Single page application

Page one

Page two

Development

docker-compose up

this should bring up 3 containers,

The docker-compose

alternatively, without Docker,

you can start the projects within their directory with common node / yarn [REQUIRES mongo DB default installation and root password as shown below]

MONGO_INITDB_ROOT_USERNAME=root
MONGO_INITDB_ROOT_PASSWORD=m0ng0passw

in each project

yarn install
yarn start

Production build

with Docker

docker-compose -f docker-compose.production.yml build --force-rm
docker-compose -f docker-compose.production.yml up