/ConnectDev

Connecting Dev

Primary LanguageTypeScript

Social Media Application

Basic social media application with one to one chat functionality.

Tech Stack

  1. MONGO-DB
  2. REACTJS
  3. NODEJS
  4. EXPRESSJS

Database

  1. MONGODB for collections
  2. MONGODB for storage of files

Frontend

  1. REACTJS

Backend

  1. NODEJS with EXPRESSJS

Steps to run the project

  1. Install nodejs and npm on the system and check for installation by writing npm -v in terminal.
  2. Clone the project by writing running

Social Media Application

Basic social media application with one to one chat functionality.

Tech Stack

  1. MONGO-DB
  2. REACTJS
  3. NODEJS
  4. EXPRESSJS

Database

  1. MONGODB for collections
  2. MONGODB for storage of files

Frontend

  1. REACTJS

Backend

  1. NODEJS with EXPRESSJS

Steps to run the project

  1. Install nodejs and npm on the system and check for installation by writing npm -v in terminal.
  2. Clone the project by running following commands in terminal
git clone git@github.com:Atuldubey98/ConnectDev.git
cd ConnectDev && npm install
  1. Create .env file in project directory with following env variables. Rename .env.example to .env and and make changes.
MONGO_URI=
SECRET_KEY=
JWT_SECRET=
JWT_EXPIRE=
REACT_APP_URL=http://localhost:3000
IPV4_REACT_APP_URL=