/JustAskIt

a forum application made with node, express, mongodb, react and redux

Primary LanguageJavaScript

JuskAskIt

a forum application made with node, express, mongodb, react and redux

Live : https://just-ask-itt.web.app/

Running locally

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

Screenshots

Home Page

image

Individual Post Page

image

Individual User Page

image

All Users Page

image

All Tags Page

image

Login/Signup Page

image

Submit Post/Answer Modal

image