Wix Clone
1.0.0
Full functional Wix clone created in React, express and MongoDB. Has drag drop functionality, managing pages, settings along with animations, image search etc..
(To be implemented)npm install -y to install the required dependecies..env file in the directory with the following details. REACT_APP_GOOGLE_API_KEY="[Google font API KEY : https://developers.google.com/fonts/docs/developer_api]"REACT_APP_PEXELS_API_KEY="[Pexels API key : https://www.pexels.com/api/]"npm run build to create a build version of the front-end.npm start the frontend and npm run dev for the backend)cd backend/ go in the backend folder.npm install -y to install the dependencies.env file in the directory with the following details. JWT_SECRET=" [RANDOM STRING USED TO CREATE JWT TOKEN ]"PORT=8000API_DB_NAME="[DATABASE_NAME]"API_LOGIN_PERIOD="2d"API_MONGO_URI="[ REMOVED FROM THE CODE ]"API_MONGO_PASS="[ MONGODB PASSWORD ]"API_MONGO_USER="[ MONGO DB NAME ]"API_MONGO_LOCATION="[ mongodb for local instance, mongodb+srv for remote "]npm run dev to run on a local machine. For deployment use node ./src/server.js