Skip to content

danisyellis/bay-area-theater-reviews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bay-Area-Theater-Reviews

A community for theater enthusiasts in the Bay Area to review their favorite shows.

Getting Started

Create a .env file and put into it:

  1. The port number, probably: PORT = 3000
  2. The database url, probably: DATABASE_URL = 'postgres://localhost:5432/${dbName} where dbName is the name of your db
  3. The SECRET for your sessions

Setting Up Your Database

Use the following commands to set up and seed your database:

  1. Create PostgreSQL database called theater_dev by running the command npm run db:create
  2. Set up database tables by running a migration: npm run db:migrate
  3. You can also load some really basic seed data by running npm run db:seedShows

See the site live at https://bayareatheaterreviews.herokuapp.com/

About

a review site, like Yelp, for Bay Area theater (this app uses Node, Express, and Postgres) Note: this is a toy app I made while learning, not a full-featured website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published