Skip to content

rallysport206/mern-project-3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summary

A full-stack MERN app created by Winston Summers, Tony Phan and Sweeney Arnett

Technologies Used

  • MongoDB
  • Express
  • React
  • Node.js
  • HTML, CSS, Javascript
  • Materialize
  • Live site on Heroku

alt text alt text

Backend Routes

METHOD URL Purpose
POST /auth/signup Adds new user to user database
POST /auth/login Authenticates login details
POST /auth/me/from/token Checks if token is present on browser refresh
POST /results Returns restaurant results from Yelp API call
POST /results/restaurantsSaved Adds a user's saved restaurant to the database
GET /profile/:id Returns user profile page
POST /profile/list/:userId Adds a user's packing list item to the database
DELETE /profile/list/:userId Removes a user's packing list item from the database

Process

Planned Sprints in Trello:

alt text

Wireframes:

alt text alt text

Next Steps:

  • Additional styling
  • Add delete route to saved restaurants
  • Incorporate weather API or add events from Yelp for additional info on user destination
  • Enable autocomplete when user typing in search destination
  • Additional clean up and refactoring of code

Resources Used

  • Yelp API
  • Trello
  • Draw.io
  • Google Fonts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.9%
  • CSS 9.9%
  • HTML 4.2%