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

https://github.com/cristhianwon/app-web-nodejs


https://github.com/cristhianwon/app-web-nodejs

expressjs mongo mongodb mongoose nodejs npm server web webapp

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# README

Basic application web with mongoose.

## Author
* Cristhian Won (cristhian.won@gmail.com)

## Requirement

* MongoDB
* NodeJS
* NPM

## How to run

* npm run development (development mode)
* npm run production (production mode)

## GIT

* Git repository: https://github.com/GatoSnake/app-web-nodejs.git

## Changelog

#### 2.0 [26/12/2018]
* Mongoose changed to mongo native.
* Environment settings and mongo in global variables.
* Mongo and GridFS queries examples.

#### 1.1 [15/12/2018]
* Nodemon added.

#### 1.0 [08/12/2018]
* Init project