An Ecommerce full stack application developed to explore features of service side programming with NestJS and database concepts like database design, relations and ORMs.
- Clone the repository:
git clone https://github.com/ask-1710/E-commerce-WebSite.git - Navigate to the project directory:
cd E-commerce-WebSite - Install dependencies:
npm install - Run server:
npm start - Navigate to client:
cd frontend - Install dependencies:
npm install - Run client:
npm start
- Comprehensive E-commerce backend with NestJS.
- Follows the MVC development pattern.
- MySQL database with TypeORM.
- Frontend developed using React.
- Authentication gaurds to authenticate client REST API calls using Bearer token
- Interceptor logging for REST API calls