Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikeludemann/node-development
A node.js development environment with express, pug, mongoDB and more
https://github.com/mikeludemann/node-development
environment express express-generator mongodb nodejs nosql pug
Last synced: 22 days ago
JSON representation
A node.js development environment with express, pug, mongoDB and more
- Host: GitHub
- URL: https://github.com/mikeludemann/node-development
- Owner: mikeludemann
- License: mit
- Created: 2019-09-06T12:29:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T06:03:17.000Z (about 2 years ago)
- Last Synced: 2023-03-02T20:36:56.774Z (almost 2 years ago)
- Topics: environment, express, express-generator, mongodb, nodejs, nosql, pug
- Language: JavaScript
- Size: 50.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-development
A node.js development environment with express, pug, mongoDB and more
## Prerequisite
* Install Node.JS and npm
## Development
### Starting server and environment
```
npm start
```### Starting database
```
mongod
```#### Terminal using database
```
mongo
```