create a .env file in the backend directory with the following variables:
MONGODB_URI = 'url'
TOKEN_KEY= 'secret '
then run the following code to start server
cd backend
yarn install
node index.js
then run the following code to start react development server
cd frontend
yarn install
yarn start
- comment feature
- optimize user timeline algorithm