Forum Api in Rails + Grape
This rails app is an example of rest api built using Grape
Setup
git clone https://github.com/talal7860/forum-grape-api
bundle install
rake db:create
rake db:setup
- To add dummy data run this rake command:
rake forum_api:create_dummy_data
End Points
- Run the server and all the end points can be viewed and test on Swagger Documentation
Front End App
- The sample Front end App using ReactJS can be found here: Forum React App