Technologies used in the project:
- Live previews
- Fullscreen mode
- Cross platform
Front-end deployed URL:
https://shopqmart.vercel.app/
https://singular-sundae-186837.netlify.app/
Back-end deployed URL:
https://splendid-bear-cap.cyclic.app/
Clone the project
git clone https://github.com/SCjadhav21/Project_ShopQ_Mart.git
Go to the project directory
$ cd frontend // go to client folder
$ yarn # or npm i // npm install packages
$ npm run start // run it locally
// deployment for client app
$ npm run build // this will compile the react code using webpack and generate a folder called docs in the root level
Environment Variables:-
To run this project, you will need to add the following environment variables to your .env file
port // the port on which the server will run
mongoDbUrl // your mongoDB URI to connect to the mongoDB atlas
key // key which will be JWT secret key
Start
$ cd backend // go to server folder
$ npm i // npm install packages
$ npm run server // run it locally
This project was built during our construct week at Masai School. It was built by a team of 5 developers and executed in 6 days.