https://github.com/dynamicsingh/express-node-mongoose-app
:rocket: Node + Express + Mongoose starter kit with sample app :rocket:
https://github.com/dynamicsingh/express-node-mongoose-app
Last synced: 4 months ago
JSON representation
:rocket: Node + Express + Mongoose starter kit with sample app :rocket:
- Host: GitHub
- URL: https://github.com/dynamicsingh/express-node-mongoose-app
- Owner: dynamicsingh
- Created: 2017-02-05T00:57:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-05T06:25:04.000Z (over 8 years ago)
- Last Synced: 2025-01-16T10:34:29.027Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# express-node-mongoose-app
Using Express 4.0 Router for building an API
## Requirements
- Node, Express, MongoDB and npm
## Installation
- Clone the repo
- Install dependencies: `npm install`
- Start the server: `node server.js`