Giter Club home page Giter Club logo

vagabond-project-2's Introduction

Vagabond

Vagabond is intended to be a travel app to connect tweens together where users can post information on particular cities.

Heroku Link: https://shrouded-reef-89184.herokuapp.com/

Technologies used:

  • Rails version 5.1.2
  • Ruby version 2.4.0
  • Clearance gem for managing User sessions
  • Postgresql as the database
  • Bootstrap for styling and CSS

Existing Features:

  • Users navigate to a cities page linked from the homepage and browse posts related to that city. However to read the whole post or to add new posts they need to login / sign up for the application.
  • Once signed up a user can
    • Add new posts to a particular city page
    • Update his own posts
    • Delete his own posts
  • User can update his own profile from the edit profile section of the navbar.

Planned Features:

  • Google Maps integration to show all cities on a main map
  • Social capabilities/adding comments for each post.
  • Receive badges for increased activity on the site

Screenshot of the app

screenshot #1

Endpoints:

  • get "/sign_in" => "clearance/sessions#new", as: "sign_in"

  • delete "/sign_out" => "clearance/sessions#destroy", as: "sign_out"

  • get "/sign_up" => "clearance/users#new", as: "sign_up"

  • get "/entries" => "entries#index", as: "entries"

  • post "/entries" => "entries#create"

  • get "/cities/:id/entries/new" => "entries#new", as: "new_entry"

  • get "/entries/:id/edit" => "entries#edit", as: "edit_entry"

  • get "/entries/:id" => "entries#show", as: "entry"

  • put "/entries/:id" => "entries#update", as: "update_entry"

  • delete "/entries/:id" => "entries#destroy"

  • get '/cities/:id' => 'cities#show', as: 'city'

vagabond-project-2's People

Contributors

spragala avatar kabitachatterjee avatar nuranned 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.