https://github.com/user-matth/study_sphere
Forum made for students
https://github.com/user-matth/study_sphere
ruby ruby-on-rails
Last synced: 12 months ago
JSON representation
Forum made for students
- Host: GitHub
- URL: https://github.com/user-matth/study_sphere
- Owner: user-matth
- Created: 2023-02-11T18:07:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-05T16:15:20.000Z (over 3 years ago)
- Last Synced: 2025-03-01T07:22:40.703Z (over 1 year ago)
- Topics: ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 86.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Study Sphere Forum with Ruby on Rails


Don't forget to leave a star β!
## Features
- π² User-friendly interface designed for easy navigation
- π Advanced search functionality to quickly find the information you need
- π» Collaboration tools such as discussion boards, chat rooms, and video conferencing
- π A wide range of academic discussions and forums to participate in
- π Connecting with peers from around the world to expand your knowledge and network
- π Suitable for students, teachers, and researchers alike
- π§ Flexibility in creating and customizing discussion topics
- π€ Easy moderation tools to manage discussions and users
- π» Mobile-friendly design for convenient access on the go
- π Secure and private platform to protect user data and discussions.
## Getting Started
Prior to commencing the development process and working with the codebase on your preferred IDE, certain services need to be established in order to ensure successful project execution.
## Run the project
Not you must have already installed [Ruby on Rails](https://guides.rubyonrails.org/7_0_release_notes.html) and we reccomend to use [RVM](https://rvm.io/) as Rails Version Manager.
```bash
rvm install 7.0.4.2
rvm use ruby-7.0.4.2
```
1. Install project dependencies ```bundle```. If having problems installing try forcing it, ```bundle install --redownload```.
2. Start Developing. Navigate into your new siteβs directory and start up the local server ```rails s``` π.
See the [reference guide](https://guides.rubyonrails.org/) to read more on other commands you can use with the ```rails --help```.