dmonark / world-restaurants

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-mongo-blog

Installing

Clone this repo and run following commands in cmd/terminal

npm install

npm start

with this app will start running at localhost

Folder structure

.
├── build                   # UI build
├── server                  # Source files 
│   ├── controllers         # All controllers files 
│   ├── models              # All DB model
│   ├── routes              # Route files
|   ├── utils               # All shared files
|   └── validator           # All routes validation
├── test                    # Automated tests 
└── README.md

About


Languages

Language:JavaScript 69.8%Language:HTML 16.9%Language:CSS 13.3%