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: 3 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T16:30:48.000Z (over 2 years ago)
- Last Synced: 2025-01-06T21:44:59.662Z (4 months 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: [email protected]========Thank You !!!=========