Mongodb, Nodejs, Npm
-
Install mongodb locally Create db, user, password
-
Update connection string in db.js
-
Navigate fe-app directory via cd command
-
Run
npm install
-
Run
npm run build
-
Navigate to parent directory via cd.. command
-
Run
npm install
-
Run
npm run start
-
Go to http://localhost:3000