Welcome to the Equipment Management System! This project is built using the NestJS framework, providing a robust and scalable solution for managing your equipment efficiently.
To get started, clone the repository and install the dependencies:
$ git clone https://github.com/your-repo/eequipments.git
$ cd eequipments
$ npm installYou can run the application in different modes:
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prodOnce the application is running, open your browser and navigate to http://localhost:3000 to access the homepage.
Run the tests to ensure everything is working correctly:
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:covWhen you're ready to deploy your application, follow these steps:
# build the project
$ npm run build
# deploy to your preferred platformWe welcome contributions! Please fork the repository and submit a pull request with your changes.
This project is licensed under the MIT License. See the LICENSE file for details.
For any questions or support, please reach out to us at support@eequipments.com.
Enjoy managing your equipment with ease!