Skip to content
This repository has been archived by the owner on Feb 15, 2021. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 575 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 575 Bytes

Horizons Hackathon Template.

Steps 1: Get your project set-up

You have two ways of working on your project: Local and Gomix.

Local development

  1. Clone the repo.

  2. Create a env.sh file that contains:

    export MONGODB_URI='YOUR URI';
    export SECRET='YOUR SECRET'
    
  3. Run source .env, and you are good to go!

Glitch Development

  1. Go to https://glitch.com/edit/#!/horizons-hackathon and click Remix this 🎤
  2. Select .env on the left panel, add your MONGODB_URI and SECRET
  3. Click Show at the top to preview your app!