This is the shopify clone which has to be created using combined learnings of node/react.
- Fork this repository => https://github.com/AltCampus/AC-FULLSTACK-capstone-1
- There are multiple issues added on this project.
- Start from the first issue (create express application)
- Create a dev branch from master and then create branch from dev for each issue.
- Once an issue is solved, merge it into dev branch
A demo live session video explaining the entire project and what needs to be done has been provided for deeper understanding.
<iframe src="https://www.youtube-nocookie.com/embed/Nnoq2JM4wfo?rel=0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
You can take a look at the original project by creating an account on shopify at https://www.shopify.com/
There are multiple ways, you can setup your node as well as react application.
- You can use a this boilerplate(https://github.com/AltCampus/react-node-boilerplate) for creating full stack applications.
It has both node and react app running on same port. Setup for redux is also there.
OR
- you can create 2 seperate applications i.e. one express server for serving APIs and another react application using create-react-app. Here, both applications will run on separate ports. you need to setup redux with react app on your own.
Deploy above full stack application on digitalocean/AWS, if possible and provide the website url for review.
There is no assignment repository provided for this project so create your own repository or use the boierplate accordingly.