a forum application made with node, express, mongodb, react and redux
Live : https://just-ask-itt.web.app/
make sure u have node and npm installed on your system
in the root directory run
npm install
then cd into client and run
npm install
In the root directory make a file named "config.env"
make sure it looks like this
NODE_ENV =
PORT =
DATABASE_LOCAL =
DATABASE_PROD =
JWT_SECRET =
JWT_EXP=
JWT_COOKIE_EXPIRES_IN=
CLOUDINARY_CLOUD_NAME=
CLOUDINARY_API_KEY=
CLOUDINARY_API_SECRET=
make sure to fill the values in the env file
then in the root directory run
npm run dev