Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 618 Bytes

File metadata and controls

32 lines (21 loc) · 618 Bytes

A simple MERN stack application

Note - To run this project using docker compose, follow the below steps.

Switch to the compose branch to learn the

  1. Implementation of Dockerfile for client and server.
  2. Run the containers using Docker Compose.

Run it local without Docker

Prerequisite

  • Install npm

Start Server:

cd mern/server
npm install
npm start

Start Client

cd mern/client
npm install
npm run dev
Screenshot 2024-08-31 at 11 07 58 PM