Skip to content
This repository has been archived by the owner on Nov 20, 2022. It is now read-only.

Latest commit

 

History

History
54 lines (38 loc) · 1.29 KB

README.md

File metadata and controls

54 lines (38 loc) · 1.29 KB

Express REST API Boilerplate

Boilerplate/Generator/Starter Project for building RESTful APIs and microservices using Node.js, Express and Mongoose

Requirements

Features

Getting Started

Install dependencies:

yarn

Add dependencies:

yarn add <package-name>

Set environment variables:

cp .env.example .env

Running Locally

yarn dev

Test

# run all tests with Jest
yarn test