Forkthe repo to your account.- Make a new branch.
git cloneto clone the repo- You'll have the repo in your local storage
- You can access the
frontendfolder to get the frontend - To setup the frontend
npm install - Find all the urls with
https://amused-cyan-shrimp.cyclic.app/and replace it withhttp://localhost:5000/ - Once the node modules and other stuffs are installed ,
npm startto start the app inhttp://localhost:3000/ - You can access the
backendfolder to get the backend and start it withnpm startinhttp://localhost:5000/ - Make changes according to the Tasks assigned to you
- Maintain the folder structure
- Keep big Pages like Login page, home page in the
src\pagesfolder - Keep the components/elements or custom hooks with multiple use in
src\shared\folder - Other extra Pictures, icons , svgs are to be kept in
src\assets\ - This website will be fully built in MERN Stack i.e MongoDB, ExpressJS, ReactJS, NodeJS.
- For understanding of UI/UX check figma
- Once you are done with the assigned task change the backend url
http://localhost:5000/and replace it withhttps://amused-cyan-shrimp.cyclic.app/ - Once you are done with the changes ,
cd ..to come to the root folder git pullto pull the latest version of the codegit add .to stage for commitsgit commit -am "message"for commiting the code.- REMEMBER --> YOU NEED TO PULL REQ ON
masterBRANCH !! - Once done create a Pull Request and wait for the review.
- Don't forget to attach
Screenshots, Proper Description and Issue Numberin the Pull request