Table of Contents
Kolegia is an online and mobile application that may be accessed via a web app or an Android app. Kolegia is a platform for college communities to promote their stuff or belongings inside their campus fraternity. It enables users to trade their belongings or file theft or missing complaint about their goods on the platform. Every instance will be enlarged to all users, and the rest of the users will be alerted about the specific situation. Anyone with knowledge or information about that user can raise their hand and respond to the case, and the user will be informed. Users may be able to tag persons associated with that specific case, which will help to mainstreamthe issue and help to close the case.
You can have a look at the website here
Screenshots of our website are added to this link.
Demonstration of Kolegia is added to this link.
Click on this link to have a look at the backend.
- Users can post their lost items and other users can help them find it.
- Users can also sell something, by posting it on the platform.
- If a user requires something, they can post a requirement for that.
- Directly chat with the seller of the product for buying any item.
- If someone wants to raise a hand on a lost item, they can easily do that.
- MongoDB
- Express
- React JS
- Node.js
To set up Kolegia for development, you need to follow the steps mentioned below:
Step 1: Install Node.js from the Node.js official website.
During the developement process, I used node version v16.13.0
. You can check your node version by running the following command:
node -v
Step 2: Setup React environment.
Follow the steps mentioned in the official documentation to setup the environment.
git clone https://github.com/AdityaPandey03/Kolegia_FrontEnd.git
npm install
Run the app in the development mode.
Just type npm start
in the terminal to open the website.
REACT_APP_GOOGLE_CLIENT_ID=""