Skip to content

Latest commit

 

History

History
 
 

node-rest-api

Node Rest API

This project is a REST API with Node.js and Express.

Prerequisites

  • Node.js 10+
  • Yarn or NPM

Installation

  • Install dependencies
yarn install
  • Create local environment file
cp .env.example .env
nano .env
  • Start Application
yarn start

The application will be launched by Nodemon so it's will restart automatically on file change