/youtube-idea-tracker-app-in-Node

A youtube idea tracker app made in Express and MongoDB.

Primary LanguageHandlebars

Ideas to videos

Project Briefing

This is a multi-user application which would keep track of the ideas on which you plan to make videos in the future. For each idea, you can add details, title and script for the video.

Tailwind component design is inspired from the website https://tailwindcomponents.com/

Built With

Authors

Project setup

Since this project uses Mongodb as noSQL database. MongoDB needs to be configured on your system. After configuring mongoDB, install npm packages. For templating engine, it uses express handlebars.

npm install
npm run start

Project Screenshots

Please find some of the screenshots of the application. First screenshot depicts the page from where you can add ideas in this app.

alt text

This shows login page.

alt text

This shows register page.

alt text

This shows page form which would be used to populate the app with ideas.

alt text