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.
- Host: GitHub
- URL: https://github.com/apfirebolt/youtube-idea-tracker-app-in-node
- Owner: Apfirebolt
- Created: 2021-01-03T18:25:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-31T04:55:05.000Z (over 4 years ago)
- Last Synced: 2025-01-21T00:49:46.215Z (over 1 year ago)
- Topics: express, handlebars, mongodb, mongoose, nodejs, tailwindcss
- Language: Handlebars
- Homepage:
- Size: 3.48 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

This shows login page.

This shows register page.

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