Find your best friend a friend!
Full stack node.js/Express application.
Deployed on heroku here
Source repo is here
Below is the file structure for this project. The architecture here is overkill for this simple program, but it is used here to demonstrate a good program structure for an express application.
FriendFinder
- .gitignore
- app
- data
- friends.js
- public
- home.html
- survey.html
- routing
- apiRoutes.js
- htmlRoutes.js
- node_modules
- package.json
- server.js