Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 329 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 329 Bytes

Description

A Basic Node Framework for making APIs.

Requirements

  • MongoDb
  • Node

Installation

  • Clone down the repo
  • Duplicate .env.example file to .env and populate entries
  • Run the following terminal command to install packages
npm i
  • Run the following command to start the program
node index.js