GithubHelp home page GithubHelp logo

doobin / ramen-quest-api Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 202 KB

GA WDI Capstone Project: Ramen Quest API

Home Page: https://radiant-brushlands-40574.herokuapp.com/

JavaScript 92.70% Shell 7.30%

ramen-quest-api's Introduction

Ramen Quest API (Backend from a full-stack project)

Description

Ramen Quest is a app where you can search for ramen venues around the world in your quest to the best bowl of ramen. Users can save venues and rate them accordingly.

Want to try it out!

https://doobin.github.io/ramen-quest-client/

Sign in with: [email protected]

Password: demo

Screenshot of the App

screen shot 2018-12-09 at 3 54 58 pm

Link to Client Repository

https://github.com/doobin/ramen-quest-client

Link to Deployed Client

https://doobin.github.io/ramen-quest-client/

Link to Deployed Server

https://radiant-brushlands-40574.herokuapp.com/

Technologies Used for Production

  • Express JS
  • Mongoose
  • Passport
  • Node JS
  • MongoDB

Development Process

At the start of the project, I reviewed the requirements documentation (in full detail) and developed a game plan accordingly.

Game Plan

  1. Planning
  • Wireframes
  • User Stories
  1. Development(Stage1)
  • Basic User Interface Design (React and CSS)
  • Create UI components (Map, Sidebar)
  1. Development(Stage 2)
  • Connect UI components with Google Maps and FourSquare API
  • Display data on UI from third party API's (Map, Pins, Information window)
  1. Development(Stage 3)
  • Build Backend API using Express and MongoDB
  • Create RESTful routes (Get, Post, Patch, Delete)
  • Test API using curl scripts
  1. Development(Stage 4)
  • Create components on UI to show, add, update, and delete data
  • Implement Final User Interface Design (CSS)
  1. Deployment
  • Deploy a functional single page application that meets requirements.

My problem-solving strategy was to solve one problem and move on to the next one. Foresee problems during my planning process and plan my game plan accordingly. I used all available resources, including the internet (StackOverflow, Google, MDN, etc), other developers and instructors during my development process.

Future Updates

  • Add "want to go" and "been there" columns to Venues table

Entity Relationship Diagram (ERD)

screen shot 2018-12-09 at 9 23 23 am

API End Points

Verb URI Pattern Constroller#Action
POST /sign-up users#signup
POST /sign-in users#signin
DELETE /sign-out users#signout
PATCH /change-password users#changepw
GET /venues venues#index
POST /venues venues#create
PATCH /venues/:id venues#update
DELETE /venues/:id venues#delete

Installation instructions for dependencies

ramen-quest-api's People

Contributors

doobin avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.