Skip to content

ctram/live-events-bulletin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live Events Bulletin

Live link

Technologies used:

  • React.js
  • Backbone.js
  • Express.js
  • Passport.js
  • Postgres
  • Sequelize.js
  • Bootstrap
  • scrape-it.js

Setup

Create an environmental variable named ENVIRONMENT, set it to development.

Create an environmental variable named PG_USER, set it to the Postgres user of choice.

# Example
ENVIRONMENT=development
PG_USER=chris

Ensure Postgres is running.

From within project directory.

Create a Postgres database named live_events_bulletin

Run the following commands:

npm install
./node_modules/webpack/bin/webpack.js
npm start

In a web browser, navigate to localhost:3000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages