https://github.com/vovansuper/expressmvc-dummy
A dummy express (MongoDB, Express4, Node.js) project
https://github.com/vovansuper/expressmvc-dummy
Last synced: 3 months ago
JSON representation
A dummy express (MongoDB, Express4, Node.js) project
- Host: GitHub
- URL: https://github.com/vovansuper/expressmvc-dummy
- Owner: VovanSuper
- License: mit
- Created: 2017-08-02T10:41:25.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-04T08:57:51.000Z (almost 8 years ago)
- Last Synced: 2025-02-19T22:39:16.779Z (3 months ago)
- Language: JavaScript
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ExpressMVC-dummy sample project
#### A dummy express (MongoDB, Express4, Node.js) project[](https://vladimir-ovsyukov.visualstudio.com/_apis/public/build/definitions/e457b1ea-451f-49d0-95b2-8d0c928bcb33/3/badge)
Created by means of node.js, express.js, mongoose, passport.js (for development, fully-handmade) starter project
#### Installation
To install dependencies - base npm installation -- npm i.
#### Starting
Running the project -- `npm i && npm start`
which will install necessary packages and start `node-supervisor` to run the `app.js` file (app entry);