/basic-node-start

A basic package start in NodeJS

Primary LanguageJavaScript

NodeJS Starter Pack


Under Construction

...

Features

  • Authentication
    • Recover/Reset Password
    • Json Web Token
  • Mongoose Mongo support

Includes

Bibliotecas incluídas por padrão:

  • bcryptjs
  • body-parser
  • consign
  • express
  • fs
  • jsonwebtoken
  • mongoose
  • nodemailer
  • nodemailer-express-handlebars
  • path

Instalação:

     $ git clone https://github.com/guilnorth/basic-node-start.git
     $ npm start OU yarn start

Este comando instala as bibliotecas necessárias (escolha entre npm install ou yarn install) e inicia o servidor local da aplicação Node(node src/app.js)

Após isso, acessar o servidor local iniciado: