FazioNico / nodejs-simple-rest-ts

[For students] Simple REST NodeJS server with TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NodeJS Simple REST TS

Simple REST NodeJS server with TypeScript for Ionic DevOps Cours.

Get Started

  • run MongoDB by open CLI from ./mongodb/bin folder and run $ ./mongod --dbpath ../data/db
  • $ npm install -g typescript tsc nodemon
  • $ npm install
  • add ./server/config.ts file with correct config params
  • $ npm start:dev for dev mode
  • $ npm start for prod mode

About author

Hi, i'm a Front-end developper living in Geneva Switzerland and i build hybrid mobile & web applications for almost 15 years. You can follow me on Twitter @FazioNico or checkout my own website http://nicolasfazio.ch

About

[For students] Simple REST NodeJS server with TypeScript


Languages

Language:TypeScript 100.0%