/nodejs-server

A simple nodejs server for reading json file

Primary LanguageJavaScriptMIT LicenseMIT

Nodejs Server 🚀

A simple nodejs server for reading json file.

Getting Started

Clone the repo.

Installing

Install all of the node modules.

npm install

Running

node server

You can see it on localhost:3000

Built With

  • Nodejs - JavaScript runtime
  • Expressjs - Fast, unopinionated, minimalist web framework for node
  • Nodemon - Nodemon is a utility that will monitor for any changes in your source and automatically restart your server.

Authors