Discuss Nest is a small project that I developed using MERN Stack. Discuss Nest is a discussion forum platform that has semi-social media features, but this project is still in the development stage... π
-
Clone the repository:
git clone https://github.com/username/repository-name.git cd repository-name -
Install server dependencies:
cd server npm install -
Install server dependencies:
cd client npm install
-
Configure the server:
-
Navigate to the
serverdirectory. -
Configure
.envto specify your MongoDB connection URI, Access Token, and Refresh Token:MONGO_URI=<YOUR_MONGODB_URI>
ACCESS_TOKEN=<YOUR_SECRET_ACCESS_TOKEN>
REFRESH_TOKEN=<YOUR_SECRET_REFRESH_TOKEN>
-