rucken / todo-nestjs

A simple todo application with NestJS (Projects, Tasks, Statuses)

Home Page:https://todo-nestjs.rucken.ru

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rucken-todo-nestjs

Greenkeeper badge NPM version Build Status Appveyor CI dependencies-release

Deploy

A simple todo application with NestJS (Projects, Tasks, Statuses) based on Rucken template

Screenshots

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 to develop.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.ru - Application with Sqlite Database on VPS with Dokku

Users

Swagger

Typedoc documentations

License

MIT

About

A simple todo application with NestJS (Projects, Tasks, Statuses)

https://todo-nestjs.rucken.ru

License:MIT License


Languages

Language:TypeScript 90.0%Language:JavaScript 6.6%Language:Shell 3.4%