Technologies used:
- React.js
- Backbone.js
- Express.js
- Passport.js
- Postgres
- Sequelize.js
- Bootstrap
- scrape-it.js
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
.