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.
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