1 -Go to "mongodb-express-node" project and...
- set up the environment variables in the .env file
- run the command "npm install"
- run the command "npm run dev"
2 -Go to "graphql-server" project and...
- set up the environment variables in the .env file
- run the command "npm install"
- run the command "npm run dev"
3 -Go to "react-graphql-client" project and...
- run the command "npm install"
- run the command "npm run dev"
[ master ] This branch contain the final stable version of the project.
[ basic ] This branch refers to the basic code to start the project. Here you can see the first version without any optimization or refactoring. The main idea of this one is only to show how to work with the basic code.
[ basic-refactor ] You can see on this branch, an improvement above the basic branch version, applying some refactoring of the code. Here you will see improvements such as some new folders, better behavior on the code, some good practices, etc.