- 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
.envwith your system. -
Run migrations
npm run migrate -
Run
npm start