Skip to content

Dima1234566/jiraBoard-back-

Repository files navigation

Backend Application

This is the backend part of the application, built with NestJS, a progressive Node.js framework. The backend supports authentication, API documentation, and MongoDB for database operations.

Technologies Used

Core Framework

  • NestJS - Progressive Node.js framework for building efficient and scalable server-side applications.
  • Express - Web framework integrated with NestJS.
  • RxJS - Reactive programming library.

Database

  • MongoDB - NoSQL database.
  • Mongoose - Object Data Modeling (ODM) library for MongoDB.

Authentication and Security

API Documentation

Development Tools

Setup and Installation

  1. Clone the repository:
git clone https://github.com/your-repo/back.git
cd back
  1. Install dependencies:
npm install
  1. Run the development server:
npm run start:dev
  1. Build for production:
npm run build