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
- Host: GitHub
- URL: https://github.com/cristhianwon/app-web-nodejs
- Owner: cristhianwon
- Created: 2018-08-18T04:25:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-26T03:31:09.000Z (over 7 years ago)
- Last Synced: 2026-04-11T09:42:20.951Z (3 months ago)
- Topics: expressjs, mongo, mongodb, mongoose, nodejs, npm, server, web, webapp
- Language: JavaScript
- Size: 21.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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