Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 260 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 260 Bytes

backend-api

Used rails and graphql to build the server

To run the server run the following command. (port at 5000) rails s -p 5000

To run the frontend run the following commant. (port at 3000) npm start

Required

  • rails
  • ruby
  • react js