tassawarhasib /
eCommerce-frontend-strapicms
Non Production Code - Frontend and Backend for Power Discount Ecommerce: This repository contains the frontend and backend codebase. Built Front-End using ReactJS and Backend using Strapi-CMS
Loading repository data…
Mehulparekh144 / repository
This repository contains the source code for an Airbnb clone built using the MERN stack, which consists of MongoDB, Express, React, and Node.js. The project includes a client folder for the React frontend and an api folder for the Node.js backend. The client uses Vite for development and the api uses nodemon for hot reloading.
This repository contains the source code for an Airbnb clone built using the MERN stack, which consists of MongoDB, Express, React, and Node.js. The project includes a client folder for the React frontend and an api folder for the Node.js backend. The client uses Vite for development and the api uses nodemon for hot reloading.
Clone the project
git clone https://github.com/Mehulparekh144/Airbnb-Clone-using-MERNStack.git
cd project-folder
For frontend vite + reactjs
cd client
npm run dev
For backend
cd api
nodemon index.js
To run this project, you will need to create .env file in api folder and add the following environment variables to your .env file
MONGO_URL you can get this using mongodb atlas
SECRET_KEY any random text
If you have any feedback, please reach out to us at mehulparekh144@.com
Client: React, Vite , TailwindCSS
Server: Node, Express , MongoDB
Selected from shared topics, language and repository description—not editorial ratings.
tassawarhasib /
Non Production Code - Frontend and Backend for Power Discount Ecommerce: This repository contains the frontend and backend codebase. Built Front-End using ReactJS and Backend using Strapi-CMS