/nodejs-api-boilerplate

A simple nodejs api boilerplate for start your project. ES6/ES7 supports

Primary LanguageJavaScriptMIT LicenseMIT

A Simple Nodejs API Boilerplate

Features


Prerequisites

Installation

  1. Clone the project git clone https://github.com/andydev404/nodejs-api-boilerplate.git.
  2. Install dependencies yarn install or npm install
  3. Create a .env file in the root like the .env.example file.
  4. For dev you need to have mongodb db locally.

Scripts

DEV

npm run dev

Testing

npm run test

Todo

  • Test routes
  • Docker