Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Here is my first NestJS app. It provides a platform for users to create/get tasks with MySQL.

Installation

  1. Clone the repository:

    git clone https://github.com/Haguel/NestJS-Task-Manager.git
    
  2. Install dependencies

     cd NestJS-Task-Manager
     npm install
    
  3. Setup test.env file

     HOST="localhost"
     PORT=3306
     USER="root"
     PASSWORD="root"
     DATABASE="test"
    
  4. Start the development server

    npm run start:dev

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages