Read this article for any clarifications regarding the app
https://jj09.net/the-complete-guide-to-full-stack-marn-web-apps-development-mongodb-apollo-graphql-react-nodejs/
The versions that I am using on my mac
node --version v20.4.0
npm --version 9.7.2
Front-end -> web-ui
navigate to this folder
run npm install
(--force if there is an issue with mui/styles)
then run npm start
to start the front end
It should
Back-end -> apollo-server
navigate to this folder
Installing dependencies
run npm install nodemon
MongoDB
Instructions for mac -
xcode-select --install
installing XCode tools
brew tap mongodb/brew
brew update
brew install mongodb-community@6.0
Instructions for windows - https://www.mongodb.com/docs/manual/tutorial/install-mongodb-on-windows/
Starting the project
run npm install
run npm start
If you go to http://localhost:4000 you should see GraphQL Playground where you can execute queries