https://github.com/amacwhirter/friendfinder
Georgia Tech Week 13 - Friend Finder
https://github.com/amacwhirter/friendfinder
coding-bootcamp express-js georgia-tech javascript node-js
Last synced: 4 months ago
JSON representation
Georgia Tech Week 13 - Friend Finder
- Host: GitHub
- URL: https://github.com/amacwhirter/friendfinder
- Owner: amacwhirter
- Created: 2017-04-23T03:16:53.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-23T13:54:59.000Z (almost 8 years ago)
- Last Synced: 2025-01-08T06:43:33.005Z (5 months ago)
- Topics: coding-bootcamp, express-js, georgia-tech, javascript, node-js
- Language: HTML
- Homepage: https://admfriendfinder.herokuapp.com/
- Size: 265 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FriendFinder
Georgia Tech Week 13 - Friend Finder```
A compatibility-based "FriendFinder" application -- basically a dating app. This full-stack site will
take in results 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.
```### Preview Site
https://admfriendfinder.herokuapp.com/
### Getting Started
```
To get started on this project, follow the installations instructions below.
```### Installations
``` InstallingBefore you contribute
Make sure you install all the dependencies you need for the project
Once you have Node.js installed on your computer
Navigate to the working directory and do the following in your terminalBefore you proceed, make sure you fork the repo
###### Step 1
> npm installThe above command will install all the dependencies you need
###### Step 2
> npm install -g nodemonThe above command will install nodemon globally for you
nodemon will watch the files in the directory in which nodemon was started, and if any files
change, nodemon will automatically restart your node application.###### Step 4
> nodemon server.js
The above command will start the server for you###### Step 5
> Open your browser to http://localhost:8080/If you see "App listening on PORT 8080" in your CLI, then you're good to go :thumbsup:!
Happy Contributing!
```
### Built With
```
* Node.JS
* Express
* JavaScript
* JQuery
* Bootstrap
* HTML
* CSS```
### Contributing
```
There are different ways to contribute
* Front End
* Back End
* Designers
* Genius Idea's
* Unit Testers
* etc.
```### Contributers
```
* Ashley MacWhirter
```