Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 677 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 677 Bytes

VideoJot

An application which lets the user to keep a note or store a new idea for his future youtube video.

This application was can be usefull in learning phase of nodeJs with express framework.

Main Technologies used :

  • NodeJs
  • ExpressJs
  • PassportJs (for authentication)
  • MongoDB
  • Mongoose (ODM for mongoDB)

Requirements :

  • NodeJS
  • npm

To install the application :

  • Download or clone the repository.

  • Open using terminal or command prompt.

  • Type following command:

    npm insall

To run the application

  • Run following command :

    node app.js

This application was made in reference to a tutorial by Travery Media.