diff --git a/README.md b/README.md index ddf498c..69bd712 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Would you like to add the defaults to your package.json? (Y/n) ### STEP 3: -Prepare your MongoDB database ([atlas](https://www.mongodb.com/cloud/atlas), [community](https://github.com/belferink1996/MERN-template/wiki/Install-MongoDB-Community-Server-(MacOS))),
+Prepare your MongoDB database ([atlas](https://www.mongodb.com/cloud/atlas), [community]()),
then go to your server folder (backend), and set your workspace: > cd ~/Desktop/[your-repo-name]/server
@@ -56,3 +56,23 @@ Set your database within `index.js`, then start server:
### STEP 4: CODE !!! + +
+
+ +# Node dependecies & versions: + +###### Client: + +> axios: ^0.21.0     --->     Build the API
+> react: ^17.0.1     --->     UI framework
+> react-dom: ^17.0.1     --->     UI framework
+> react-scripts: ^4.0.1     --->     Quickly launch local server + +###### Server: + +> cors: ^2.8.5     --->     Enable HTTP requests
+> dotenv: ^8.2.0     --->     Secure sensitive information
+> express: ^4.17.1     --->     Server app
+> mongoose: ^5.11.8     --->     MongoDB database
+> nodemon: ^2.0.6     --->     Improved server