π Welcome to the Admin Dashboard Backend API, built with NestJS and TypeScript.
This is a simple and easy-to-use backend API for an admin dashboard application. It provides various endpoints for managing users, products, orders, and more.
- User authentication and authorization with JWT tokens
- CRUD operations for users, products, orders, and more
- Scalable and modular architecture with NestJS
- Secure and reliable with TypeScript
To get started, clone this repository and install the required dependencies:
git clone https://github.com/your-username/admin-dashboard-backend.git
cd admin-dashboard-backend
npm install
To run the backend API, simply run the following command:
npm run start
By default, the API will run on port 3000. You can access the API by navigating to http://localhost:3000.
ππ First off, thanks for your interest in contributing to this project!
Please read our contributing guidelines for more information on how to get started.
π‘οΈ Please report any security vulnerabilities or concerns to us by emailing [email protected].
π This project is licensed under the MIT License.