This project is built using Nest.js, a powerful Node.js framework for building scalable and maintainable server-side applications.
Nest.js provides a modular and efficient structure for building server-side applications, leveraging TypeScript for a strongly typed and object-oriented development experience.
- Modularity: Nest.js encourages a modular approach to building applications, making it easy to organize and scale your codebase.
- Dependency Injection: Benefit from a robust dependency injection system for better code organization and testability.
- TypeScript Support: Write your server-side code in TypeScript, enabling a modern development experience with static typing.
Follow the steps below to run the project on your local machine.
- Node.js (v14+)
- PostgreSQL
- npm or yarn
npm install
or
yarn install
npm start
or
yarn start
This project is built using React and Syncfusion libraries.
- Uses Syncfusion's React components.
- Provides a variety of UI elements for a rich user experience.
- Leverages the power of React for efficient front-end development.
Follow the steps below to run the project on your local machine.
- Node.js (v14+)
- npm or yarn
npm install
or
yarn install
npm start
or
yarn start