Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/prabha1729/vidjot

This is a Node/Express app for jotting down ideas for future Youtube videos
https://github.com/prabha1729/vidjot

expressjs future-youtube-videos mongodb mongoose nodejs passportjs vidjot

Last synced: about 4 hours ago
JSON representation

This is a Node/Express app for jotting down ideas for future Youtube videos

Awesome Lists containing this project

README

        

# VidJot
This is a Node/Express app for jotting down ideas for future Youtube videos

## Live Demo
[VidJot](https://ancient-beyond-23419.herokuapp.com/)
## Reach out to me
[LinkedIn](https://www.linkedin.com/in/prabhakargaddam/)
[Gmail]()


## Built with
- Node
- Express
- Mongoose
- MongoDB
- Express Handlebars
- Passport for Local Authentication

## Usage
Replace MONGO_DB_URI in app.js with your mongoDB URI.
```javascript
const uri = MONGO_DB_URI;
```

```
# Install dependencies
npm install

# Start
npm start
```
## You may also like...

- [StoryBooks](https://github.com/prabha1729/StoryBooks) - App to share public or private stories
- [Blog Posts](https://github.com/prabha1729/RESTful-Service-Blog-Post) - REST API for blog posts.
- [Todo App](https://github.com/prabha1729/Todo-App) - A Todo List App.
- [Contact System](https://github.com/prabha1729/RESTful-Service-for-Contact-Entry-System) - A RESTful service to contacts using Node.js