Skip to content

PurdueHackers-Old/HelloWorld2019

Repository files navigation

Hello World 2019 Build Status

Getting started

Prerequisites

Usage with Docker

  • Prerequisites:
    1. yarn web-push generate-vapid-keys
      • Copy the values to "VAPID_PUBLIC" and "VAPID_PRIVATE" in your .env
  • To start: docker-compose up
  • To stop: 1. Ctrl+C when inside docker-compose up * OR 2. docker-compose down
  • To build: docker-compose build
  • NOTE: All of these commands are available as runnable tasks within VSCode

Usage without Docker

  1. yarn
  2. yarn web-push generate-vapid-keys
    • Copy the values to "VAPID_PUBLIC" and "VAPID_PRIVATE" in your .env
  3. Edit .env
  4. Make sure MongoDB is running:
    • mongod
  5. yarn dev
  6. Open http://localhost:5000

Technologies used:

Frontend:

Backend: