Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aidear3/rajagiri-connect

Rajagiri connect is a networking platform that enables the students of Rajagiri to form a social network among themselves, enabling them to connect with their seniors, juniors and faculty for sharing of information and resources.
https://github.com/aidear3/rajagiri-connect

college database firebase flutter miniproject project rajagiri semester-project

Last synced: 2 days ago
JSON representation

Rajagiri connect is a networking platform that enables the students of Rajagiri to form a social network among themselves, enabling them to connect with their seniors, juniors and faculty for sharing of information and resources.

Awesome Lists containing this project

README

        

Rajagiri Connect

Rajagiri connect is a networking platform that enables the students of Rajagiri to form a social network
among themselves, enabling them to connect with their seniors, juniors and faculty for sharing of
information and resources.

It helps in the development of online social networks by
connecting a user's profile with those of other individuals with similar interests. We plan on
implementing the project as follows :
- Front End : Flutter
- Back End : Firebase

## Features
- The user is able to create an account for themselves with the required details and areas of interest
- It provides teachers with features such as posting a notice or an image that can be viewed by all others with an account.
- Separate pages for posting notices and images are provided within the application.
- The students will have the facility to view all the updates and information passed on by the teachers.

## Configuration
### Step 1. Download and Install Flutter
- First, [Download Flutter](https://docs.flutter.dev/get-started/install).
- Follow the instructions from the above link to install Flutter in your Operating System.

### Step 2. Install VS Code
- After installing flutter, [Download and Install VS Code](https://code.visualstudio.com/download).

### Step 3. Git Clone the above repository
- After installing VS Code, clone the above repository by using the following command
- Import the saved repository into your VS Code.

### Step 4. Update the `pubspec.yaml` file
- After importing the repository, Open the `pubspec.yaml` file and hit `Ctrl + S` to update the file.

### Step 5. Connect your Android Device and Run
- After updating the file, Connect your Device/Emulator and hit `Run`.

## Warnings
- You might have to change the Database configuration in the `build.gradle` file if you want the application data to get stored on your Database.

### Branch Policy

We have the following branches

* **master**
This contains shipped code. After significant features/bugfixes are accumulated on development, we make a version update and make a release.