Skip to content

philgraetz/FriendFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FriendFinder

Find your best friend a friend!

Full stack node.js/Express application.

Links

Deployed on heroku here

Source repo is here

Notes

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

About

Full stack Express

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors