Skip to content

makendym/Cleaning-Service-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cleaning-Service-app

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •