Skip to content

omeshomes/express-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Template project for your all your Express adventures

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 52.5%
  • HTML 46.5%
  • CSS 1.0%