Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 1.27 KB

README.md

File metadata and controls

31 lines (17 loc) · 1.27 KB

Talky - Discussion Board

This is a discussion forum with a upvote/downvote feature. It is a personal portfolio project. Built using:

-React client (including material ui, react-hook-form)

-Rails API -PostgresSQL

Installation and Running

Simply clone the repo or download and unzip the files to any folder on your computer. To start the program, navigate to the program folder and run

bundle install bundle exec rake db:migrate bundle exec rake db:seed rails s

npm install --prefix client npm start --prefix client

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/taoliu12/rails-discussion-board. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

GNU General Public License (GPL) v3.0

Under this license, you are required to give appropriate credit to the original authors of the code when you distribute it. This means you must provide proper attribution to the project and its contributors.

Please read the full text of the GNU General Public License v3.0 for more details about the rights and obligations it grants.