A simple MERN Stack App made for practice & learning. CRUD, Authentication & Deployment in MERN.
To run it locally -
development
branch for running in development mode.yarn
Node.js & MongoDB installed in your system.yarn install
and cd client && yarn install
.sudo service mongod start
. yarn server
to start the server. By default it will run on port 5000
.yarn client
and it will open on a new tab on port 3000
.http://localhost:3000
to see the application running.Follow steps 1 & 3-7 for running in production mode.
This time go to http://localhost:5000
to see the application running.