Welcome to PostIt! The social media platform for people who love to π΄ π π΄ π π©π»βπ»
- fork this
- copy the git remote url
- create a new git repo in your machine
- add, commit, switch to main, and then
git remote add origin ${remoteUrl}
- git pull all from here onto your machine
cd client
->npm install
cd server
->npm install
- You need to put these variables, in there as according to comments,
MONGO_URL= // url to your mongodb cloud database on atlas JWT_SECRET= // secret key for creating jwt token of each loggedin user PORT= // port for your backend to run - !imp 3301 is currently for this project SECRET_KEY= // server secret key for recaptcha-v2
- You need to put these variables, in there as according to comments,
REACT_APP_IS_PROD= // 'true' or 'false' REACT_APP_BACKEND_PROD= // prod url of backend REACT_APP_BACKEND_DEV= // dev url of backend REACT_APP_SITE_KEY= // client site key for recaptcha-v2