This is build using Node.JS, Apollo Server, MongoDB and React.
Here are the prerequisites for running this app.
-Install Node and NPM -Access to our MongoDB atlas store
-Clone the repository to your local machine
-Enter the top level of the repository
-Run the following command:
npm run install-all
-This will install all the dependancies for the both server and front end
-Run this command to start the server and serve your react app:
npm run dev
-By default the server is running at localhost on port 5000 and the front end on port 3000