Skip to content

startupstorm/bc-hacktoberfest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BC Hacktoberfest

A web application for BC Hacktoberfest - a month-long open source competition for students in British Columbia, hosted by StartupStorm, and inspired by Hacktoberfest.

Trello discussion thread

Setup

Create a config.ini file in the main directory with the following values (sample values provided) and then run npm install && npm run.

[database]
uri=mongodb://<user>:<pass>@url.com:port

[server]
port=80

[github]
id=<github-api-id>
secret=<github-api-secret>
callback_URL=<callback-url>

[passport]
secret=<secret-string-for-passport>