Basic social media application with one to one chat functionality.
- MONGO-DB
- REACTJS
- NODEJS
- EXPRESSJS
- MONGODB for collections
- MONGODB for storage of files
- REACTJS
- NODEJS with EXPRESSJS
- Install nodejs and npm on the system and check for installation by writing npm -v in terminal.
- Clone the project by writing running
Basic social media application with one to one chat functionality.
- MONGO-DB
- REACTJS
- NODEJS
- EXPRESSJS
- MONGODB for collections
- MONGODB for storage of files
- REACTJS
- NODEJS with EXPRESSJS
- Install nodejs and npm on the system and check for installation by writing npm -v in terminal.
- Clone the project by running following commands in terminal
git clone git@github.com:Atuldubey98/ConnectDev.git
cd ConnectDev && npm install
- 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=