Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 656 Bytes

File metadata and controls

27 lines (21 loc) · 656 Bytes

NodeJS basic structure example

Introduction

This is a basic NodeJS architecture to help you build amazing things from scratch.

Libraries in use

  • express
  • body-parser
  • dontenv
  • express-validator
  • helmet
  • jsonwebtoken

Installation & Usage

  • Download the repo git clone git@github.com:JoaquinBeceiro/node-api-basic-architecture.git.
  • Install dependencies npm i.
  • Start the server npm start (this use nodemon).
  • Build amazing APIs 🚀.

Contributions

Feel free to collaborate with the project to improve it

Authors

Joaquin Beceiro