https://github.com/devmahmud/vidjot-node
Simple video idea sharing project in Node JS, Express and Mongodb
https://github.com/devmahmud/vidjot-node
express handlebars mongodb nodejs
Last synced: 12 months ago
JSON representation
Simple video idea sharing project in Node JS, Express and Mongodb
- Host: GitHub
- URL: https://github.com/devmahmud/vidjot-node
- Owner: devmahmud
- Created: 2019-12-09T05:38:54.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T16:30:48.000Z (about 3 years ago)
- Last Synced: 2025-01-06T21:44:59.662Z (about 1 year ago)
- Topics: express, handlebars, mongodb, nodejs
- Language: HTML
- Homepage: https://vidjot-node-express.herokuapp.com/
- Size: 288 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## vidjot
Simple Video Idea Sharing Side using node js, express, mongodb, handlebars
## See live demo here
https://vidjot-node-express.herokuapp.com/
## Install dependencies
```
npm install
```
## Run the server with nodemon
```
npm run dev
```
# Run the server with node js
```
npm start
```
```
Server runs on http://localhost:5000
```
```
You need to setup your mongo database connection string in "config/database.json" folder
```
## Author
Mahmudul alam
Email: expelmahmud@gmail.com
========Thank You !!!=========