Code Monkey home page Code Monkey logo

juitconnect's Introduction

JuitConnect - Online Community Platform

JuitConnect is an ongoing online community platform designed to facilitate communication and collaboration among users. It incorporates features like user authentication, Q&A discussions, and user profiles. This project is a collaborative effort involving three team members.

Technologies Used

  • Frontend: HTML, CSS, EJS (Embedded JavaScript), Axios
  • Backend: Node.js, Express.js, MongoDB (Mongoose)
  • Authentication: Express-session
  • External API Integration: Axios
  • Web Scraping (Login): Juit Webkiosk API

Project Structure

  • models/: Contains Mongoose models for User, Question (Ques), and Answer (Ans).
  • public/: Static files (CSS stylesheets, etc.).
  • views/: EJS templates for rendering HTML pages.
  • server.js: Main server file with route handling and database setup.

Getting Started

  1. Clone the repository:
git clone https://github.com/your-username/JuitConnect.git
cd JuitConnect
  1. Install dependencies:
npm install
  1. Start the server:
node app.js

or

nodemon app.js
  1. Open your web browser and navigate to http://localhost:3000

Features

  1. User Authentication:

    • Users can log in using their JUIT Webkiosk credentials.
    • New users are automatically registered upon successful login.
  2. Pages:

    • home, about, contactus: Accessible only when authenticated.
    • discover: Displays questions posted by users.
    • profile, teams: User-specific and team-related pages.
    • ask: Allows users to post questions.
    • ans/:quesId: Displays answers related to a specific question.
  3. Q&A Functionality:

    • Users can ask questions and provide answers.
  4. Integration with External API:

    • Uses JUIT Webkiosk API for user login.
  5. Web Scraping:

    • Retrieves login details from the JUIT Webkiosk website.

Contributing

This project is ongoing and actively seeking contributions. It requires improvement in various areas. If you'd like to contribute:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature-name
  3. Make your changes and commit: git commit -m 'Add new feature'
  4. Push to the branch: git push origin feature-name
  5. Submit a pull request.

Acknowledgments

  • Special thanks to the developers of Express, Mongoose, Axios, and other technologies used in this project.

Team Members

juitconnect's People

Contributors

r-i-t-i-k-a avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.