This is a e-commerce project designed to provide me the best way to create simple, fast and furious API with documentations based on Swagger at the backend, and a nice setup of Docker to up everything in seconds. Here we have auth, the CRUD basics operations and a responsive website that will allow us to sell some iphones xD
I've made this project for two basic reasons, i needed to learn more about the Next 14 since i've been a specialist for a while. And of course, almostly because of the back-end, cause i needed to learn more about cookies, swagger-api and CORS.
So don't forget to checkout the readme of that back-end.
Front-end | Description |
---|---|
React.js | The master of web development market share |
Next.js | To use the new Next 14 features such as server components |
TypeScript | The superset of Javascript. Provide us a robust type system |
Tailwind CSS | Compiled stylesheet solution that brings joy to every web engineer :D |
- With Docker 🐋
docker build . -t itroca
docker run -p 3000:3000 itroca
- Development server 🧪
yarn dev
- Open localhost at your browser to see the results.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.