- NodeJS
- MySQL or MariaDB
-
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