This is the Major Project by [me](https://github.com/1nonlyabhi/) and my classmate [Ashutosh](https://github.com/cestashu/).
This project is about a social networking portal. A social networking portal is an online platform which people use to build social networks or social relationships with other people who share similar personal or career interests, activities, backgrounds or real-life connections. Social networking sites allow users to share ideas, digital photos and videos, posts, and to inform others about online or real-world activities and events with people in their network.
The portal will be exclusively developed for the students, faculty and selective members of the organization. In this project a social media platform for college campus has been created where everyone associated with the college campus such as students, staff members, associated industry professionals and passed out alumni can socialize with each other and share their knowledge about academics, projects, placements and all other activities going on in the campus.
-
Git Clone the project with:
git clone https://github.com/1nonlyabhi/icp-forum
. -
Move to the base directory:
cd src
-
Create a new python enveronment with:
python -m venv env
. -
Activate enveronment with:
env\Scripts\activate
on windows, orsource env/bin/activate
on Mac and Linux. -
Install required dependences with:
pip install -r requirements.txt
. -
Make migrations with:
python manage.py makemigrations
and thenpython manage.py migrate
. -
Run app localy with:
python manage.py runserver
.
MIT License
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Copyright (c) 2021 Abhishek Kr. Gupta, Ashutosh Mishra