/pinit

Primary LanguageJavaScriptMIT LicenseMIT

pinit

This is a simple image board. It uses Angular, Angular Material, NodeJS, and WebSockets to provide a realtime image board.

Setup:

  1. Execute the install script or install NodeJS and MongoDB some other way:
    install.sh
    
  2. Execute the setup script:
    setup.sh
    
  3. Run the server with:
    run.sh
    
  4. Navigate to localhost in your browser.