A progressive Node.js framework for building efficient and scalable server-side applications.
This repository contains a small backend demo built with NestJS to complement the Ulmo E-commerce UI kit available on Figma. The Ulmo UI kit, designed for e-commerce applications, provides a sleek and modern interface for your online store.
User Authentication: Secure user authentication endpoints to ensure a protected user experience.
Product Information API: API endpoints for retrieving product information, facilitating seamless integration with the Ulmo UI kit.
Data Storage and Retrieval: Illustrates data storage and retrieval mechanisms essential for e-commerce platforms.
Nest framework TypeScript starter repository.
$ npm install# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:covNest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.
- Author - Kamil Myśliwiec
- Website - https://nestjs.com
- Twitter - @nestframework
Nest is MIT licensed.