Friend finder demo app
- Clone this repo or download to your PC.
- Make sure you have mongodb installed and running.
- Open a terminal and navigate to the folder with these files
- Run 'npm run setup' to setup the database and import dummy data.
- Step 4 above is the command for running the app for the first time. Subsequent runs should be done with the 'npm start' command.
- Navigate to http://localhost:3000 to view the app in your browser.