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
- Host: GitHub
- URL: https://github.com/ir3ne/nodejs-server
- Owner: ir3ne
- License: mit
- Created: 2018-07-28T15:01:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-02T07:47:31.000Z (over 7 years ago)
- Last Synced: 2025-07-23T18:54:59.538Z (12 months ago)
- Topics: expressjs, javascript, json, node
- Language: JavaScript
- Homepage:
- Size: 12.6 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)