This is a project of an ecommerce build following the Django with React - An Ecommerce Website course
In the course it's used React and React-Router, but I replaced it with NextJs
Name | Link |
---|---|
NextJS | https://nextjs.org/ |
React-Bootstrap | https://react-bootstrap.github.io/ |
Please keep in mind that this is just the beginning of the project, and there is still a long way to go


- Start the frontend
- Start the backend
- Connect backend to frontend
- Create a real DB
- Login Auth
- Admin Screen
- Product Reviews
- Search
- Pagination
- Deploy
Clone this repository, then go to the frontend folder and run:
yarn
Then run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.