Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruslanguns/nodejs-project-5c
https://github.com/ruslanguns/nodejs-project-5c
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ruslanguns/nodejs-project-5c
- Owner: ruslanguns
- License: other
- Created: 2019-05-12T20:59:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-16T05:45:24.000Z (11 months ago)
- Last Synced: 2024-05-28T17:07:52.482Z (6 months ago)
- Language: HTML
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)