A simple todo application with NestJS (Projects, Tasks, Statuses) based on Rucken template
- clone or fork repository
git clone --recursive https://github.com/rucken/todo-nestjs.git - make sure you have node.js installed version 11+
- copy
develop._envtodevelop.envand set environments for use (on Windows copy with IDE) - run
npm installto install project dependencies - run
npm run buildto install project dependencies - run
npm run start:prodto fire up prod server (npm run start:dev- dev server) - Open browser to
http://localhost:5000/swagger
https://todo-nestjs.rucken.ru - Application with Sqlite Database on VPS with Dokku
- user with admin group: admin@admin.com, password: 12345678
- user with user group: user1@user1.com, password: 12345678
- user with user group: user2@user2.com, password: 12345678
- local:
http://localhost:5000/swagger - online:
https://todo-nestjs.rucken.ru/swagger - apiKey template:
JWT <token_generated_on_login>
- local:
http://localhost:5000/docs - online:
https://todo-nestjs.rucken.ru/docs
MIT


