rmglennon / node-express-friends

Find new friends with this finder app built with JavaScript, Node.js, and Express.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Are you an 80s kid?

Fill out this survey to find others who identify with the 1980s. This web app was built with JavaScript, Node.js, and Express.js. It demonstrates routes, body-parsing middleware, and GET and POST requests to a server.

Take the test at https://node-express-friends.herokuapp.com/.

You can see JSON for all the friends in the database by clicking the link for API friends list on the page.

Sample survey questions

Local set up for development purposes

These must be installed to run the app locally:

In a terminal window, navigate into the folder where you downloaded this app, and type npm install. Then, type node server.js and open your browser to localhost:3000.

Technology

Credits

Background image "Modern-colorful-geometric-shapes-pattern" Designed by Freepik.

About

Find new friends with this finder app built with JavaScript, Node.js, and Express.js

License:MIT License


Languages

Language:HTML 74.6%Language:JavaScript 21.1%Language:CSS 4.3%