Skip to content

ngjianyi/Forum-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Satoru

Satoru is a forum application which allows users to create, read, update and delete posts and comments.

Screenshots

Home page

Home screen

Post

Home screen

To clone application

git clone --recurse-submodules https://github.com/ngjianyi/Forum-Application.git

Running the frontend app locally

cd Forum-frontend
  1. Install dependencies for the project by entering this command:
yarn install
  1. Run the app in development mode by entering this command:
yarn start
  1. Open http://localhost:3000 to view it in the browser.

Running the backend locally

cd Forum-backend
  1. Install dependencies for the project by entering this command:
bundle install
  1. Run the app in development mode by entering this command:
rails s -p 4000
  1. Open http://localhost:4000 to view it in the browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published