/DevChatter

Primary LanguageTypeScript

DevChatter

๐Ÿง‘๐Ÿฝโ€๐Ÿ’ป About

DevChatter is a web-based social networking platform designed to connect developers worldwide, enabling them to share knowledge, collaborate, and engage in various learning challenges. The platform fosters a community of developers to exchange ideas, seek assistance, and grow their technical skills through meaningful interactions and real-time discussions.

๐Ÿš€ Steps to run projct

  1. Start backend node server
    1. cd backend
    2. npm install
    3. npm start
  2. Start frontend react server
    1. cd frontend
    2. npm install
    3. npm run dev
    4. URL: localhost:5173

๐Ÿ“ Project Structure

backend contains our node server. We created the RESTful API using the node + express and as database used MongoDB. frontend contains our frontend react app. testing folder right now contains only selenium test cases and project for front end testing but in future it also going to contain the backend test cases file also. For more knowledge go to this document. Project_Report.pdf

๐Ÿคน๐Ÿฝ Admins