This is an ongoing web app project for a mock digital coins store. It started as a simple e-commerce website which I built during my training at Integrify.
- Frontend: Hosted using Azure Web App Service with Docker container.
- Backend: A Java application built with Spring Boot, hosted on Azure Web App Service using Docker container (Backend Repo here).
- Database: PostgreSQL database hosted on Azure Database for PostgreSQL.
https://digital-coins-store.azurewebsites.net
- React
- TypeScript
- Tailwind
- Shadcn/UI
- Tanstack/react-query
- User authentication and authorization
- Cart and order placement
- CRUD operation for admin:
- products
- users
- orders
- categories
- Node.js installed
- Clone the repository
- Run
yarn install
to install the dependencies - Run
yarn dev
to start the development server