-
Created: Saturday, May 5th, 2018
-
Context: This is the thirteenth week's homework assignment as a part of the Georgia Tech Coding Bootcamp. In this assignment, we are building a 'full stack' application with Express.js, node.js, etc. for routing management and with multiple pages. The homework's high level instructions are as follows:
In this activity, you'll build a compatibility-based "FriendFinder" application -- basically a dating app. This full-stack site will take in results from your users' surveys, then compare their answers with those from other users. The app will then display the name and picture of the user with the best overall match.
You will use Express to handle routing. Make sure you deploy your app to Heroku so other users can fill it out.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Though you can do your own local install, it is also deployed on heroku for ease of use: https://gg-friend-finder-app.herokuapp.com/
These are things you need to install the software and how to install them:
see 'Getting Started' section above
These are a set of step-by-step series of examples that tell you have to get a development env running:
Trust me...just go visit heroku: https://gg-friend-finder-app.herokuapp.com/
These are the details of how to run the automated tests for this system:
Not Applicable
These are the details of what these tests test and why:
Not Applicable
This is where you will find details outlining the approach and coding style in terms of what these tests test and why
Not Applicable
Additional notes about how to deploy this on a live system can be found here:
Not Deployed as this is a NodeJS Application for testing purposes
- Webstorm (Version: 2018.1) - Generation of HTML and CSS
- Geoff Goodwin (self) - Author
- version 1.0 - Initialization of project
- Geoff Goodwin - Initial work - Geoff-Goodwin-Dev
details TBD
- Appreciation to PurpleBooth for initial Readme-Template