An open API service indexing awesome lists of open source software.

https://github.com/ir3ne/nodejs-server

A simple nodejs server for reading json file
https://github.com/ir3ne/nodejs-server

expressjs javascript json node

Last synced: 3 months ago
JSON representation

A simple nodejs server for reading json file

Awesome Lists containing this project

README

          

# Nodejs Server 🚀

A simple nodejs server for reading json file.

## Getting Started

Clone the repo.

### Installing

Install all of the node modules.

```bash
npm install
```

## Running

```bash
node server
```

You can see it on localhost:3000

## Built With

- [Nodejs](https://github.com/nodejs/node) - JavaScript runtime
- [Expressjs](https://github.com/expressjs/express) - Fast, unopinionated, minimalist web framework for node
- [Nodemon](https://nodemon.io/) - Nodemon is a utility that will monitor for any changes in your source and automatically restart your server.

## Authors

- **Irene Tomaini** - [ir3ne](https://github.com/ir3ne)