Here is my first NestJS app. It provides a platform for users to create/get tasks with MySQL.
-
Clone the repository:
git clone https://github.com/Haguel/NestJS-Task-Manager.git
-
Install dependencies
cd NestJS-Task-Manager npm install -
Setup test.env file
HOST="localhost" PORT=3306 USER="root" PASSWORD="root" DATABASE="test"
-
Start the development server
npm run start:dev