A travelers blog where a user can sign up and post and see other travellers's logs in various cities around the world!
Start sharing your tips with our large and expansive community of ffake people and their ffake tips!
Clone this repo git clone https://github.com/danlyg/ProjectVagabond.git
Make sure you have PostgreSql installed on your device and a server running.
Inside /ProjectVagabond/project_vagabond_app/ in your terminal: bundle and create a database.
bundle
rake db:create
(OPTIONAL if you would like some pre-seeded ffaker data)
rake db:seed
Run the rail's server
rails server (or rails s) and go to localhost:3000 to view the application.
-
Goto Signup
-
Enter your information and include a current city from the drop down.
-
Click on
Profileto go your profile-
Add a picture
-
Edit information
-
Can see all the posts you have contributed
-
-
Click on
New Logto post a new tip or comment to a specific city of your choosing -
Click on
Citiesto view a list of cities available- Can see various posts listed in specific cities page
-
Click on
Hometo return to the splash page -
Click on
Logoutto log out of your current session. -
A user can edit or delete posts
NOTE: At this moment a user can only post a new log or see cities when logged in.
- Ruby on Rails
- Active Record
- Sessions
- FFaker
- BCrypt
- Bootstrap
- Jquery
- PostgreSql
- Google Maps API centering map on specific city
- OAuth Instagram
- Authorization
- Create an admin
- Add and remove cities
- Remove posts