Advertisement
Guest User

Untitled

a guest
Apr 28th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. # Lucia's Bookstore
  2.  
  3. ### Set up instructions
  4.  
  5. 1. Clone or Fork repo
  6.  
  7. 2. Run `npm i`
  8.  
  9. 3. Run `npn run create:db`
  10. - ensure that DB has been created
  11.  
  12. 4. Make a `.env` file : `echo DATABASE_URL=postgres://`whoami`@localhost:5432/lucia-bookstore > .env`
  13.  
  14. 4. Run the migrations: `npm run migrate`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement