rn43191 / social-network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Social Network (Dev-Connector)

A platform for developers to connect. They can create their portofolio by adding their experience, education, skills and other important information of their professional career.

Users can also create small posts and like/dislike and comment on other posts.


Quick Start 🚀

Add a default.json file in config folder with the following

{
  "MONGO_URI": "<your_mongoDB_Atlas_uri_with_credentials>",
  "JWT_SECRET": "secret",
  "GITHUB_TOKEN": "<yoursecrectaccesstoken>"
}

To generate a github token : Link

Install server dependencies

npm install

Install client dependencies

cd client
npm install

Run both Express & React from root

npm run dev

Main Technologies

Client Side

Libraries used in Client-side

Server Side

Libraries used in Server-side

About

License:MIT License


Languages

Language:JavaScript 91.8%Language:CSS 7.4%Language:HTML 0.7%