Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.02 KB

README.md

File metadata and controls

22 lines (18 loc) · 1.02 KB

VidJot

Vidjot is an an application that allows you to add ideas to help create your videos, by inputting ideas, kind of like a Notes app, but online. It uses proper authentication, so you don't have to worry about your ideas being stolen by someone else.

Built on :

Can now be found deployed on Heroku at : https://vidjot-app-demo.herokuapp.com/

LocalHost deployment instructions :

  • Download or git clone the repository
  • Make sure you have installed Nodejs, npm and MongoDB on your machine
  • Install dependencies using npm install
  • Run application using node app.js or using nodemon (if you have it installed) in the root directory!
  • Add users, add ideas, test and bend the project as much as you can, and report any issues you face.