Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itsmaheshkariya/node-mongodb
https://github.com/itsmaheshkariya/node-mongodb
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/itsmaheshkariya/node-mongodb
- Owner: itsmaheshkariya
- Created: 2019-12-18T14:10:45.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T09:20:08.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T06:58:33.808Z (almost 2 years ago)
- Language: Pug
- Size: 289 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node MongoDB Admin Panel
Node MongoDB Admin Panel using mongoose body-parser pug(view engine)
### Change Directory
```cd node-mongodb```
### Note: Install mongodb and start with mongod in another terminal
[Click Here To Download MongoDB](https://www.mongodb.com/download-center/enterprise)
### Start MongoDB
```mongod```
### Install Dependences
``` npm install```
### Start Server
```npm start```
### Dev mode
```npm run dev```
### Demo
![alt text](https://user-images.githubusercontent.com/16520789/71093242-d5131a80-21ce-11ea-8621-4682c975cd20.png "Node File Explorer")