MongoDB- expressjs- ReactJS- node.js
- Install all the node modules from
package.jsonfile for both the application frontend and backend portions. - This application has been deployed to AWS EC2 server and running on the cloud. It is possible that server might be shut down while attempting to run this application. Therefore set backend server url
localhost:3001in the frontend. And the same, set frontend urllocalhost:3000in the backend. - To run the backend server, command run
node serverin the backend directory. - To run the frontend server, command run
npm startin the frontend directory. - Run the mentioned command side by side and application will start with
AWS EC2 serverin the cloud and withlocalhost:3000, if it is running on localhost.