Note - To run this project using docker compose, follow the below steps.
Switch to the compose branch to learn the
- Implementation of
Dockerfileforclientandserver. - Run the containers using
Docker Compose.
- Install
npm
cd mern/server
npm install
npm start
cd mern/client
npm install
npm run dev