Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 1017 Bytes

README.md

File metadata and controls

59 lines (39 loc) · 1017 Bytes

Nest Logo

AquaFlow API: For Smart Water Management System

Work in Progress

Description

This repository contains the backend API for AquaFlow, a comprehensive software solution designed to streamline the management of artesian wells for individual owners.

Technology Stack

  • Nest.js
  • Prisma ORM
  • TypeScript
  • MySQL

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

License

Stay in touch