Skip to content

polinema-mobile/todo-api

Repository files navigation

API Todo

Requirement

  • NodeJS
  • MySQL or MariaDB

Installation

  • Clone the repository

    git clone https://github.com/polinema-mobile/todo-api.git
    
  • Install the dependencies npm install

  • Configure environment settings cp .env.example .env

  • Adjust .env with your system.

  • Run migrations npm run migrate

  • Run npm start

Releases

No releases published

Packages

No packages published