Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ruslanguns/nodejs-project-5c


https://github.com/ruslanguns/nodejs-project-5c

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

# Express Aplicaction
— Created by [@ruslanguns](https://github.com/ruslanguns/)

# Table of content
* [Introduction](#introduction)
* [Install](#install)
* [Development](#development)
* [Production](#production)
* [Atributions](#atributions)

## Introduction

This is a project made with Nodejs and it's framework ExpressJS.
Nothing special just testing purpose.

## Install

- Fork this project
```bash
$ git clone https://github.com/ruslanguns/nodejs-project-5c.git
```

- Install
```bash
$ npm i
```

## Development
Requires a NPM server.

```bash
$ npm run start:dev
```

## Production
Requires a NPM server.

```bash
$ npm start
```

## Atributions
* [Nodejs](https://nodejs.org/es/)
* [Expressjs](https://expressjs.com/)
* [BodyParser](https://www.npmjs.com/package/body-parser)