Skip to content

Webapp that allows you to share links and have different people comment on each link. This web app uses: HTML, CSS, JS, Ruby & PostgreSQL

Notifications You must be signed in to change notification settings

avaldivi/ShareYourLink_Sinatra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Share your link.

'Basic' set up environment instructions:

  1. git clone https://github.com/avaldivi/ShareYourLink_Sinatra.git
  2. cd ShareYourLink_Sinatra
  3. Install postgres on local machine
  4. change database.yml file (username, password)
  5. bundle install
  6. access psql console with psql
  7. CREATE DATABASE mylinks;
  8. CMD+D to exit psql console on macbook
  9. rake db:migrate
  10. ruby app.rb

About

Created a toy web app in my Software Development II class to practice ruby, prostres, REST services (post,get). Originally worked on the project from a C9 environment. I continued the project to mess with the front-end part of things and add new features.

Credits

My Software Development II professor: @tacksoo

Contact

About

Webapp that allows you to share links and have different people comment on each link. This web app uses: HTML, CSS, JS, Ruby & PostgreSQL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published