An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


Study Sphere Forum with Ruby on Rails








![Cover](https://i.ibb.co/2n8cMnZ/github-hero-1.jpg)
![Second Cover](https://i.ibb.co/PgVnQ6F/github.jpg)

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```.