/cloudinary-example

Cloudinary MERN example FINAL Code

Primary LanguageJavaScript

Final Code for Cloudinary MERN Example that was featured on my medium article tutorial.

Client Side:

To start the front-end of this application. Make sure that you are in the root directory of the application and run the command "npm start".

Back End:

To start up the back-end of this application. Please make sure you navigate to the back-end folder of this application. By using the following command "cd backend/" then enter the following command "npm run dev". This will start up the server for our application and have our database connected as well.

If you have any questions or any changes you want to make to the application. Please let me know!