Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jesielviana/nodejs-project-template

Template for Nodejs Projetc
https://github.com/jesielviana/nodejs-project-template

Last synced: 6 days ago
JSON representation

Template for Nodejs Projetc

Awesome Lists containing this project

README

        

# Template for Nodejs Projetcs

Implements Javascript best practices validated by eslint based on the Airbnb JavaScript Style Guide

## Requirements

* [NodeJs](http://nodejs.org) >= 10.x
* [mongodb](http://mongodb.org) >= 4.x

## Install

```sh
$ git clone [email protected]:jesielviana/nodejs-project-template.git
$ npm install
```

then

```sh
$ npm start
```

Then visit [http://localhost:3000/](http://localhost:3000/)

## Tests

```sh
$ npm test
```

## Code Style Guide

Syntax that is permitted is based in the [Airbnb Style Guide](https://github.com/jesielviana/javascript-style-guide-for-nodejs).