rajatnai49 / DevChatter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:TypeScript 75.5%Language:JavaScript 23.1%Language:CSS 1.0%Language:HTML 0.5%