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

https://github.com/apfirebolt/youtube-idea-tracker-app-in-node

A youtube idea tracker app made in Express and MongoDB.
https://github.com/apfirebolt/youtube-idea-tracker-app-in-node

express handlebars mongodb mongoose nodejs tailwindcss

Last synced: 3 months ago
JSON representation

A youtube idea tracker app made in Express and MongoDB.

Awesome Lists containing this project

README

          

# 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

* [Express JS](https://expressjs.com)
* [MongoDB](https://www.mongodb.com/)
* [Tailwind CSS](https://tailwindcss.com/)

## Authors

* **Amit Prafulla (APFirebolt)** - (https://apgiiit.com/)

## 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](./screenshots/ideas.png)

This shows login page.

![alt text](./screenshots/login.png)

This shows register page.

![alt text](./screenshots/register.png)

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

![alt text](./screenshots/add_idea_form.png)