项目作者: raniaSayed

项目描述 :
This is simple application that listen to schema file and auto generate mongoose schema and ejs template
高级语言: JavaScript
项目地址: git://github.com/raniaSayed/AutoGeneratedForm.git
创建时间: 2018-05-21T22:03:30Z
项目社区:https://github.com/raniaSayed/AutoGeneratedForm

开源协议:

下载


Auto Generate App


This is simple application that listen to schema file and auto generate mongoose schema and ejs template


Getting Started


These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.


Prerequisites (Used Technologies)

Node.js v8.10.0 or above

MongoDB database engine v3.6.3

Installation

To run App on Ububtu:


follow this commands

$ sudo service mongod start

$ cd {project_folder}/

$ npm install

$ npm start

start app via https://localhost:9090/

To run App on Windows

Start mongoDB server :

mongod.exe —config=”C:\mongodb\mongo.config”

Connect to localhost MongoDB server via command line

mongo —port 27017

open project directory

open cmd and type this commands

$ npm install

$ npm start

start app via https://localhost:9090/

Author


Rania Sayed