this app is basically a way to manage the life cycle of a project.
- npm i in
root
andclient
folder after cloning the app - setup a
DB
in mongodb - add a
.env
withPORT
,NODE_ENV
and theMONGO_URI
variables - run the scripts as mentioned in
package.json