@rucken/todo-nestjs
v4.1.4
Published
Basic entities, services and controllers for todo application on NestJS REST backend
Downloads
8
Maintainers
Readme
A simple todo application with NestJS (Projects, Tasks, Statuses)
Usage
- 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._env
todevelop.env
and set environments for use (on Windows copy with IDE) - run
npm install
to install project dependencies - run
npm run build
to install project dependencies - run
npm run start:prod
to fire up prod server (npm run start:dev
- dev server) - Open browser to
http://localhost:5000/swagger
Demo
https://todo-nestjs.rucken.io - Application with Sqlite Database on VPS with Dokku
Users
- user with admin group: [email protected], password: 12345678
- user with user group: [email protected], password: 12345678
- user with user group: [email protected], password: 12345678
Swagger
- local:
http://localhost:5000/swagger
- online:
https://todo-nestjs.rucken.io/swagger
- apiKey template:
JWT <token_generated_on_login>
Typedoc documentations
- local:
http://localhost:5000/docs
- online:
https://todo-nestjs.rucken.io/docs
License
MIT