Satoru is a forum application which allows users to create, read, update and delete posts and comments.
View deployed app at: https://calm-paprenjak-39e501.netlify.app/
Home page
Post
git clone --recurse-submodules https://github.com/ngjianyi/Forum-Application.git
cd Forum-frontend
- Install dependencies for the project by entering this command:
yarn install
- Run the app in development mode by entering this command:
yarn start
- Open http://localhost:3000 to view it in the browser.
cd Forum-backend
- Install dependencies for the project by entering this command:
bundle install
- Run the app in development mode by entering this command:
rails s -p 4000
- Open http://localhost:4000 to view it in the browser.