Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 904 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 904 Bytes

Social

Description

Social is a website where you can create a user and create a post. You can make,edit or delete a comment on any post. Posts and comments are only for educational purposes. I hope you will like my app and leave posts and comments.

Technologies

Ruby JavaScript HTML 5 CSS 3

Set-up

After you clone this git, follow these steps for set-up:

  • bundle install
  • run 'rails db:migrate'
  • run 'rails db:seed'
  • npm install --prefix client
  • npm start --prefix client
  • rails s to start the server