Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Run it local without Docker

Prerequisite

  • Install npm

Start Server/backend:

cd mern/server
npm install
npm start

Start Client/frontend (on port 5173):

cd mern/client
npm install
npm run dev

Screenshot 2024-08-31 at 11 07 58 PM

Using Docker Compose

docker compose up -d

Used Distroless images in multi-staging Dockerfile to reduse the size of final image (from 1.79 GB to 213 MB) and Reduced Attack Surface

image

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages