Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/salimkayabasi/gdgistocak13nodejs
https://github.com/salimkayabasi/gdgistocak13nodejs
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/salimkayabasi/gdgistocak13nodejs
- Owner: salimkayabasi
- Created: 2013-01-17T20:57:56.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2022-06-26T08:10:40.000Z (over 2 years ago)
- Last Synced: 2024-04-11T12:46:02.518Z (7 months ago)
- Language: JavaScript
- Size: 73.2 KB
- Stars: 2
- Watchers: 5
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
GDGIstOcak13NodeJS
==================### Sample code using Node
Simple code sample that uses some modules with NodeJSSome modules
```bash
"express":"*",
"jade":"*",
"mongoose":"*",
"express-namespace":"*",
"connect-mongo":"*",
"connect-flash":"*",
"underscore":"*"
```### Usage
```bash
npm install
node server
```